Update environment type definitions and remove generated files. Added new environment variables to ambient.d.ts and dynamic private module. Deleted obsolete generated files including root.js, root.svelte, and client-related files. Updated route metadata and types for improved structure and clarity.
This commit is contained in:
Vendored
+32
-6
@@ -30,14 +30,19 @@ declare module '$env/static/private' {
|
||||
export const GHOSTTY_RESOURCES_DIR: string;
|
||||
export const TERM_PROGRAM: string;
|
||||
export const NODE: string;
|
||||
export const SHELL: string;
|
||||
export const INIT_CWD: string;
|
||||
export const TERM: string;
|
||||
export const HOMEBREW_REPOSITORY: string;
|
||||
export const SHELL: string;
|
||||
export const TMPDIR: string;
|
||||
export const HOMEBREW_REPOSITORY: string;
|
||||
export const npm_config_global_prefix: string;
|
||||
export const TERM_PROGRAM_VERSION: string;
|
||||
export const COLOR: string;
|
||||
export const npm_config_noproxy: string;
|
||||
export const npm_config_local_prefix: string;
|
||||
export const USER: string;
|
||||
export const COMMAND_MODE: string;
|
||||
export const npm_config_globalconfig: string;
|
||||
export const SSH_AUTH_SOCK: string;
|
||||
export const __CF_USER_TEXT_ENCODING: string;
|
||||
export const npm_execpath: string;
|
||||
@@ -46,19 +51,25 @@ declare module '$env/static/private' {
|
||||
export const _: string;
|
||||
export const LaunchInstanceID: string;
|
||||
export const GHOSTTY_SHELL_FEATURES: string;
|
||||
export const npm_config_userconfig: string;
|
||||
export const npm_config_init_module: string;
|
||||
export const __CFBundleIdentifier: string;
|
||||
export const npm_command: string;
|
||||
export const PWD: string;
|
||||
export const npm_lifecycle_event: string;
|
||||
export const EDITOR: string;
|
||||
export const npm_package_name: string;
|
||||
export const LANG: string;
|
||||
export const npm_config_npm_version: string;
|
||||
export const XPC_FLAGS: string;
|
||||
export const npm_config_node_gyp: string;
|
||||
export const npm_package_version: string;
|
||||
export const XPC_SERVICE_NAME: string;
|
||||
export const HOME: string;
|
||||
export const SHLVL: string;
|
||||
export const TERMINFO: string;
|
||||
export const HOMEBREW_PREFIX: string;
|
||||
export const npm_config_cache: string;
|
||||
export const LOGNAME: string;
|
||||
export const npm_lifecycle_script: string;
|
||||
export const XDG_DATA_DIRS: string;
|
||||
@@ -67,10 +78,12 @@ declare module '$env/static/private' {
|
||||
export const INFOPATH: string;
|
||||
export const HOMEBREW_CELLAR: string;
|
||||
export const OSLogRateLimit: string;
|
||||
export const AGENT: string;
|
||||
export const SECURITYSESSIONID: string;
|
||||
export const npm_node_execpath: string;
|
||||
export const npm_config_prefix: string;
|
||||
export const OPENCODE: string;
|
||||
export const COLORTERM: string;
|
||||
export const NODE_ENV: string;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -104,14 +117,19 @@ declare module '$env/dynamic/private' {
|
||||
GHOSTTY_RESOURCES_DIR: string;
|
||||
TERM_PROGRAM: string;
|
||||
NODE: string;
|
||||
SHELL: string;
|
||||
INIT_CWD: string;
|
||||
TERM: string;
|
||||
HOMEBREW_REPOSITORY: string;
|
||||
SHELL: string;
|
||||
TMPDIR: string;
|
||||
HOMEBREW_REPOSITORY: string;
|
||||
npm_config_global_prefix: string;
|
||||
TERM_PROGRAM_VERSION: string;
|
||||
COLOR: string;
|
||||
npm_config_noproxy: string;
|
||||
npm_config_local_prefix: string;
|
||||
USER: string;
|
||||
COMMAND_MODE: string;
|
||||
npm_config_globalconfig: string;
|
||||
SSH_AUTH_SOCK: string;
|
||||
__CF_USER_TEXT_ENCODING: string;
|
||||
npm_execpath: string;
|
||||
@@ -120,19 +138,25 @@ declare module '$env/dynamic/private' {
|
||||
_: string;
|
||||
LaunchInstanceID: string;
|
||||
GHOSTTY_SHELL_FEATURES: string;
|
||||
npm_config_userconfig: string;
|
||||
npm_config_init_module: string;
|
||||
__CFBundleIdentifier: string;
|
||||
npm_command: string;
|
||||
PWD: string;
|
||||
npm_lifecycle_event: string;
|
||||
EDITOR: string;
|
||||
npm_package_name: string;
|
||||
LANG: string;
|
||||
npm_config_npm_version: string;
|
||||
XPC_FLAGS: string;
|
||||
npm_config_node_gyp: string;
|
||||
npm_package_version: string;
|
||||
XPC_SERVICE_NAME: string;
|
||||
HOME: string;
|
||||
SHLVL: string;
|
||||
TERMINFO: string;
|
||||
HOMEBREW_PREFIX: string;
|
||||
npm_config_cache: string;
|
||||
LOGNAME: string;
|
||||
npm_lifecycle_script: string;
|
||||
XDG_DATA_DIRS: string;
|
||||
@@ -141,10 +165,12 @@ declare module '$env/dynamic/private' {
|
||||
INFOPATH: string;
|
||||
HOMEBREW_CELLAR: string;
|
||||
OSLogRateLimit: string;
|
||||
AGENT: string;
|
||||
SECURITYSESSIONID: string;
|
||||
npm_node_execpath: string;
|
||||
npm_config_prefix: string;
|
||||
OPENCODE: string;
|
||||
COLORTERM: string;
|
||||
NODE_ENV: string;
|
||||
[key: `PUBLIC_${string}`]: undefined;
|
||||
[key: `${string}`]: string | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user