chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:17:40 +08:00
commit f1825c8ceb
10096 changed files with 2364182 additions and 0 deletions
@@ -0,0 +1,9 @@
/**
* Authentication-related constants for the Ray dashboard.
*/
/**
* Event name dispatched when an authentication error occurs (401 or 403).
* Listened to by App.tsx to show the authentication dialog.
*/
export const AUTHENTICATION_ERROR_EVENT = "ray-authentication-error";