fix
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-03-25 19:26:38 -06:00
parent 942332b6bd
commit 4b58cee204

1
src/env.d.ts vendored
View File

@@ -4,6 +4,7 @@ interface ImportMetaEnv {
readonly PUBLIC_ADMIN_URL: string readonly PUBLIC_ADMIN_URL: string
readonly PUBLIC_MAXKB_URL: string readonly PUBLIC_MAXKB_URL: string
readonly PUBLIC_ICONIFY_URL: string readonly PUBLIC_ICONIFY_URL: string
readonly PUBLIC_WS_URL: string
} }
interface ImportMeta { interface ImportMeta {