ADD new frontend
This commit is contained in:
24
fdev-ffrontend/vite-env.d.ts
vendored
Normal file
24
fdev-ffrontend/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_API_URL: string
|
||||
readonly VITE_API_TIMEOUT: string
|
||||
readonly VITE_API_RETRIES: string
|
||||
readonly VITE_API_RETRY_DELAY: string
|
||||
readonly VITE_API_LOGGING: string
|
||||
readonly VITE_API_CACHING: string
|
||||
readonly VITE_API_CACHE_TIMEOUT: string
|
||||
readonly VITE_ENABLE_WEBSOCKETS: string
|
||||
readonly VITE_ENABLE_OFFLINE: string
|
||||
readonly VITE_ENABLE_OPTIMISTIC_UPDATES: string
|
||||
readonly VITE_ENABLE_DEDUPLICATION: string
|
||||
readonly VITE_ENABLE_METRICS: string
|
||||
readonly VITE_STRIPE_PUBLISHABLE_KEY: string
|
||||
readonly VITE_STRIPE_WEBHOOK_SECRET: string
|
||||
readonly VITE_BYPASS_PAYMENT: string
|
||||
readonly VITE_DEV_MODE: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
Reference in New Issue
Block a user