client config via .env file
This commit is contained in:
4
src/vite-env.d.ts
vendored
4
src/vite-env.d.ts
vendored
@@ -1,7 +1,9 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_WS_BASE_URL: string;
|
||||
readonly VITE_WS_HOST: string;
|
||||
readonly VITE_WS_PORT: string;
|
||||
readonly VITE_WS_SKEY: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||
Reference in New Issue
Block a user