feat: add domain-independent env config entry point
This commit is contained in:
5
.env.example
Normal file
5
.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
# Vite 빌드 환경변수 템플릿. 실제 값은 .env.local 또는 .env.production에 설정.
|
||||
VITE_PUBLIC_URL=
|
||||
VITE_AD_ADAPTER=dummy
|
||||
VITE_GA_MEASUREMENT_ID=
|
||||
VITE_ENABLE_PUSH=false
|
||||
Reference in New Issue
Block a user