mirror of
https://github.com/hexolan/panels.git
synced 2026-03-27 04:44:10 +00:00
init frontend
This commit is contained in:
9
services/frontend/src/vite-env.d.ts
vendored
Normal file
9
services/frontend/src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_API_URL: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
Reference in New Issue
Block a user