get env files working with new svelte kit expression
This commit is contained in:
Vendored
+4
-2
@@ -1,9 +1,11 @@
|
||||
// This file is generated from ../src/env.ts.
|
||||
// See https://svelte.dev/docs/kit/environment-variables for more information
|
||||
|
||||
declare module '$app/env/private' {
|
||||
// no private environment variables were defined
|
||||
export const DEBUG_RECORD_ID: string;
|
||||
}
|
||||
|
||||
declare module '$app/env/public' {
|
||||
// no public environment variables were defined
|
||||
export const SERVER_IP: string;
|
||||
export const PB_PORT: string;
|
||||
}
|
||||
Reference in New Issue
Block a user