This commit is contained in:
4
src/env.d.ts
vendored
4
src/env.d.ts
vendored
@@ -1,5 +1,7 @@
|
||||
interface ImportMetaEnv {
|
||||
readonly MODE: "production" | "development" | "none"
|
||||
readonly PUBLIC_WEB_URL: string
|
||||
readonly PUBLIC_BASE_URL: string
|
||||
readonly PUBLIC_ADMIN_URL: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||
Reference in New Issue
Block a user