Package config file list

This commit is contained in:
Vion 2022-01-08 11:08:13 +08:00
parent 989bec826e
commit ae3f9a7d05
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -29,3 +29,5 @@ build/
### VS Code ### ### VS Code ###
.vscode/ .vscode/
/rc-busness/.nuxt/
/rc-busness/node_modules/

View File

@ -10,7 +10,7 @@
}, },
"config": { "config": {
"nuxt": { "nuxt": {
"host": "localhost", "host": "0.0.0.0",
"port": "8080" "port": "8080"
} }
}, },