mirror of
https://github.com/1024-lab/smart-admin.git
synced 2025-09-02 19:02:52 +00:00
v1.0.0
This commit is contained in:
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/screenshots/
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
Reference in New Issue
Block a user