I swear I'm at my limit
This commit is contained in:
6
front/.svelte-kit/ambient.d.ts
vendored
6
front/.svelte-kit/ambient.d.ts
vendored
@@ -26,7 +26,8 @@
|
||||
* ```
|
||||
*/
|
||||
declare module '$env/static/private' {
|
||||
export const VITE_API_URL: string;
|
||||
export const VITE_CLIENT_API_URL: string;
|
||||
export const VITE_SERVER_API_URL: string;
|
||||
export const ALLUSERSPROFILE: string;
|
||||
export const APPDATA: string;
|
||||
export const CLion: string;
|
||||
@@ -133,7 +134,8 @@ declare module '$env/static/public' {
|
||||
*/
|
||||
declare module '$env/dynamic/private' {
|
||||
export const env: {
|
||||
VITE_API_URL: string;
|
||||
VITE_CLIENT_API_URL: string;
|
||||
VITE_SERVER_API_URL: string;
|
||||
ALLUSERSPROFILE: string;
|
||||
APPDATA: string;
|
||||
CLion: string;
|
||||
|
||||
Reference in New Issue
Block a user