mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-21 09:56:54 +08:00
Package config file list
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -29,3 +29,5 @@ build/
|
|||||||
|
|
||||||
### VS Code ###
|
### VS Code ###
|
||||||
.vscode/
|
.vscode/
|
||||||
|
/rc-busness/.nuxt/
|
||||||
|
/rc-busness/node_modules/
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"nuxt": {
|
"nuxt": {
|
||||||
"host": "localhost",
|
"host": "0.0.0.0",
|
||||||
"port": "8080"
|
"port": "8080"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user