mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-25 14:56:39 +08:00
v1.0.0
This commit is contained in:
parent
877ec4c02b
commit
8215740a69
4
front/.env.local
Normal file
4
front/.env.local
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
NODE_ENV=development
|
||||||
|
VUE_APP_TYPE=dev
|
||||||
|
VUE_APP_URL=http://127.0.0.1:10086/smart-admin-api/
|
||||||
|
VUE_APP_SOCKET_URL=ws://127.0.0.1:10086/smart-admin-api/
|
4
front/.gitignore
vendored
4
front/.gitignore
vendored
@ -7,10 +7,6 @@ package-lock.json
|
|||||||
/tests/e2e/videos/
|
/tests/e2e/videos/
|
||||||
/tests/e2e/screenshots/
|
/tests/e2e/screenshots/
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
# Log files
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
|
Loading…
Reference in New Issue
Block a user