docs: add js docs
This commit is contained in:
Vendored
+8
@@ -1,6 +1,14 @@
|
||||
/// <reference types="vite/client" />
|
||||
interface ImportMetaEnv {
|
||||
/**
|
||||
* Redux persistent storage location, use `local` for local storage and `session` for
|
||||
* session storage
|
||||
*/
|
||||
readonly VITE_REDUX_STORAGE: "local" | "session"
|
||||
|
||||
/**
|
||||
* Backend API Base URL
|
||||
*/
|
||||
readonly VITE_API_BASE_URL: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user