chore: sync
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.log
|
||||
debug-logs/
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
|
||||
2
mengyadriftbottle-frontend/.env.development
Normal file
2
mengyadriftbottle-frontend/.env.development
Normal file
@@ -0,0 +1,2 @@
|
||||
VITE_API_BASE_URL=/api
|
||||
VITE_ADMIN_URL=http://localhost:5002/admin/login
|
||||
2
mengyadriftbottle-frontend/.env.production
Normal file
2
mengyadriftbottle-frontend/.env.production
Normal file
@@ -0,0 +1,2 @@
|
||||
VITE_API_BASE_URL=https://bottle.api.shumengya.top/api
|
||||
VITE_ADMIN_URL=https://bottle.api.shumengya.top/admin/login
|
||||
Reference in New Issue
Block a user