fix: use VITE_NKODE_API_URL env var matching Dokploy build args
This commit is contained in:
3
src/vite-env.d.ts
vendored
3
src/vite-env.d.ts
vendored
@@ -1,7 +1,8 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_API_BASE_URL: string
|
||||
readonly VITE_NKODE_API_URL: string
|
||||
readonly VITE_API_URL: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||
Reference in New Issue
Block a user