feat: add repo and PR management features with ws client

This commit is contained in:
zhenyi
2026-06-12 17:20:41 +08:00
parent d7c4bc7c8e
commit 48fb9ce3f8
69 changed files with 3179 additions and 219 deletions
+1
View File
@@ -1,5 +1,6 @@
export const env = {
API_BASE_URL: import.meta.env.VITE_API_BASE_URL ?? '/api',
IMKS_URL: import.meta.env.VITE_IMKS_URL ?? 'http://localhost:50048',
DEV: import.meta.env.DEV,
MODE: import.meta.env.MODE,
} as const;