Revert "Move settings to public/svgld-settings.js"
This reverts commit 2cf56632155f5378c8819991b1b42ab135cbe384.
This commit is contained in:
parent
fff0645045
commit
d368641200
12 changed files with 27 additions and 26 deletions
3
src/vite-env.d.ts
vendored
3
src/vite-env.d.ts
vendored
|
@ -1,6 +1,9 @@
|
|||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_API_FETCH_URL: string
|
||||
readonly VITE_API_SET_CONTAINER_LIST_URL: string
|
||||
readonly VITE_API_GET_FEEDBACK_URL: string
|
||||
// more env variables...
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue