Files
webpreview/src/env.d.ts
yuetsh 4b58cee204
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled
fix
2026-03-25 19:26:38 -06:00

13 lines
296 B
TypeScript

interface ImportMetaEnv {
readonly PUBLIC_WEB_URL: string
readonly PUBLIC_BASE_URL: string
readonly PUBLIC_ADMIN_URL: string
readonly PUBLIC_MAXKB_URL: string
readonly PUBLIC_ICONIFY_URL: string
readonly PUBLIC_WS_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}