完善
This commit is contained in:
parent
e52ec1ccc8
commit
9e558f7d89
2
client/.env.development
Normal file
2
client/.env.development
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
VITE_API_URL=http://localhost:5050
|
||||||
|
VITE_NODE_ENV=development
|
||||||
2
client/.env.production
Normal file
2
client/.env.production
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
VITE_API_URL=https://api.example.com
|
||||||
|
VITE_NODE_ENV=production
|
||||||
1
client/.gitignore
vendored
1
client/.gitignore
vendored
@ -6,7 +6,6 @@ node_modules/
|
|||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env*
|
|
||||||
|
|
||||||
# logs
|
# logs
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user