get env files working with new svelte kit expression

This commit is contained in:
JCEEE
2026-06-24 16:15:48 +01:00
parent be572b487a
commit 170a52f19a
83 changed files with 128 additions and 26194 deletions
+4 -2
View File
@@ -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;
}