mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 17:51:18 +00:00
refactor: initial frontend wiring for new api
This commit is contained in:
7
apps/drive-web/src/vite-env.d.ts
vendored
7
apps/drive-web/src/vite-env.d.ts
vendored
@@ -2,8 +2,11 @@
|
||||
|
||||
declare global {
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_CONVEX_URL: string
|
||||
readonly VITE_CONVEX_SITE_URL: string
|
||||
readonly VITE_API_URL: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user