11 lines
303 B
TypeScript
11 lines
303 B
TypeScript
// This file is generated from ../src/env.ts.
|
|
// See https://svelte.dev/docs/kit/environment-variables for more information
|
|
|
|
declare module '$app/env/private' {
|
|
export const DEBUG_RECORD_ID: string;
|
|
}
|
|
|
|
declare module '$app/env/public' {
|
|
export const SERVER_IP: string;
|
|
export const PB_PORT: string;
|
|
} |