Docker compose almost working
This commit is contained in:
2
front/.svelte-kit/ambient.d.ts
vendored
2
front/.svelte-kit/ambient.d.ts
vendored
@@ -26,6 +26,7 @@
|
||||
* ```
|
||||
*/
|
||||
declare module '$env/static/private' {
|
||||
export const VITE_API_URL: string;
|
||||
export const ALLUSERSPROFILE: string;
|
||||
export const APPDATA: string;
|
||||
export const CLion: string;
|
||||
@@ -132,6 +133,7 @@ declare module '$env/static/public' {
|
||||
*/
|
||||
declare module '$env/dynamic/private' {
|
||||
export const env: {
|
||||
VITE_API_URL: string;
|
||||
ALLUSERSPROFILE: string;
|
||||
APPDATA: string;
|
||||
CLion: string;
|
||||
|
||||
Reference in New Issue
Block a user