Change API variable name

This commit is contained in:
Hydroxycarbamide 2022-07-30 20:24:58 +02:00
parent 2fc6e78f49
commit 60dc0b56bb
4 changed files with 5 additions and 4 deletions

2
src/vite-env.d.ts vendored
View file

@ -1,7 +1,7 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_SMARTMENUISERIE_URL: string
readonly VITE_API_URL: string
// more env variables...
}