Added .env access to frontend (+ while dockerized)

This commit is contained in:
Florian Sylvain
2022-12-21 22:37:47 +01:00
parent 4d4116ae98
commit 2047b3f7a4
8 changed files with 37 additions and 23 deletions
+1
View File
@@ -1 +1,2 @@
/// <reference types="vite/client" />
declare const __APP_ENV__: Record<string, string>