This commit is contained in:
2024-05-09 14:30:33 +08:00
commit 9e3aa3acd3
138 changed files with 11884 additions and 0 deletions

8
.env.staging Normal file
View File

@@ -0,0 +1,8 @@
NODE_ENV = production
# just a flag
ENV = 'staging'
# base api
VUE_APP_BASE_API = '/stage-api'