mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 18:56:39 +08:00
Package config file list
This commit is contained in:
parent
989bec826e
commit
ae3f9a7d05
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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user