fixed css
This commit is contained in:
27
frontend/.svelte-kit/ambient.d.ts
vendored
27
frontend/.svelte-kit/ambient.d.ts
vendored
@@ -27,20 +27,13 @@
|
||||
*/
|
||||
declare module '$env/static/private' {
|
||||
export const LESSOPEN: string;
|
||||
export const VSCODE_CWD: string;
|
||||
export const VSCODE_ESM_ENTRYPOINT: string;
|
||||
export const USER: string;
|
||||
export const VSCODE_NLS_CONFIG: string;
|
||||
export const npm_config_user_agent: string;
|
||||
export const VSCODE_WSL_EXT_LOCATION: string;
|
||||
export const VSCODE_HANDLES_UNCAUGHT_ERRORS: string;
|
||||
export const npm_node_execpath: string;
|
||||
export const SHLVL: string;
|
||||
export const npm_config_noproxy: string;
|
||||
export const HOME: string;
|
||||
export const OLDPWD: string;
|
||||
export const VSCODE_RECONNECTION_GRACE_TIME: string;
|
||||
export const VSCODE_IPC_HOOK_CLI: string;
|
||||
export const npm_package_json: string;
|
||||
export const PS1: string;
|
||||
export const npm_config_userconfig: string;
|
||||
@@ -49,11 +42,9 @@ declare module '$env/static/private' {
|
||||
export const WSL_DISTRO_NAME: string;
|
||||
export const COLOR: string;
|
||||
export const WAYLAND_DISPLAY: string;
|
||||
export const VSCODE_L10N_BUNDLE_LOCATION: string;
|
||||
export const LOGNAME: string;
|
||||
export const NAME: string;
|
||||
export const WSL_INTEROP: string;
|
||||
export const VSCODE_HANDLES_SIGPIPE: string;
|
||||
export const PULSE_SERVER: string;
|
||||
export const _: string;
|
||||
export const npm_config_prefix: string;
|
||||
@@ -73,15 +64,12 @@ declare module '$env/static/private' {
|
||||
export const SHELL: string;
|
||||
export const npm_package_version: string;
|
||||
export const npm_lifecycle_event: string;
|
||||
export const ELECTRON_RUN_AS_NODE: string;
|
||||
export const KILOCODE_POSTHOG_API_KEY: string;
|
||||
export const GOOGLE_CLOUD_PROJECT: string;
|
||||
export const LESSCLOSE: string;
|
||||
export const VIRTUAL_ENV: string;
|
||||
export const npm_config_globalconfig: string;
|
||||
export const npm_config_init_module: string;
|
||||
export const PWD: string;
|
||||
export const LC_ALL: string;
|
||||
export const npm_execpath: string;
|
||||
export const XDG_DATA_DIRS: string;
|
||||
export const npm_config_global_prefix: string;
|
||||
@@ -104,7 +92,7 @@ declare module '$env/static/private' {
|
||||
* ```
|
||||
*/
|
||||
declare module '$env/static/public' {
|
||||
|
||||
export const PUBLIC_WS_URL: string;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -122,20 +110,13 @@ declare module '$env/static/public' {
|
||||
declare module '$env/dynamic/private' {
|
||||
export const env: {
|
||||
LESSOPEN: string;
|
||||
VSCODE_CWD: string;
|
||||
VSCODE_ESM_ENTRYPOINT: string;
|
||||
USER: string;
|
||||
VSCODE_NLS_CONFIG: string;
|
||||
npm_config_user_agent: string;
|
||||
VSCODE_WSL_EXT_LOCATION: string;
|
||||
VSCODE_HANDLES_UNCAUGHT_ERRORS: string;
|
||||
npm_node_execpath: string;
|
||||
SHLVL: string;
|
||||
npm_config_noproxy: string;
|
||||
HOME: string;
|
||||
OLDPWD: string;
|
||||
VSCODE_RECONNECTION_GRACE_TIME: string;
|
||||
VSCODE_IPC_HOOK_CLI: string;
|
||||
npm_package_json: string;
|
||||
PS1: string;
|
||||
npm_config_userconfig: string;
|
||||
@@ -144,11 +125,9 @@ declare module '$env/dynamic/private' {
|
||||
WSL_DISTRO_NAME: string;
|
||||
COLOR: string;
|
||||
WAYLAND_DISPLAY: string;
|
||||
VSCODE_L10N_BUNDLE_LOCATION: string;
|
||||
LOGNAME: string;
|
||||
NAME: string;
|
||||
WSL_INTEROP: string;
|
||||
VSCODE_HANDLES_SIGPIPE: string;
|
||||
PULSE_SERVER: string;
|
||||
_: string;
|
||||
npm_config_prefix: string;
|
||||
@@ -168,15 +147,12 @@ declare module '$env/dynamic/private' {
|
||||
SHELL: string;
|
||||
npm_package_version: string;
|
||||
npm_lifecycle_event: string;
|
||||
ELECTRON_RUN_AS_NODE: string;
|
||||
KILOCODE_POSTHOG_API_KEY: string;
|
||||
GOOGLE_CLOUD_PROJECT: string;
|
||||
LESSCLOSE: string;
|
||||
VIRTUAL_ENV: string;
|
||||
npm_config_globalconfig: string;
|
||||
npm_config_init_module: string;
|
||||
PWD: string;
|
||||
LC_ALL: string;
|
||||
npm_execpath: string;
|
||||
XDG_DATA_DIRS: string;
|
||||
npm_config_global_prefix: string;
|
||||
@@ -204,6 +180,7 @@ declare module '$env/dynamic/private' {
|
||||
*/
|
||||
declare module '$env/dynamic/public' {
|
||||
export const env: {
|
||||
PUBLIC_WS_URL: string;
|
||||
[key: `PUBLIC_${string}`]: string | undefined;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user