diff --git a/.gitignore b/.gitignore index a2a3040a..cfb8da96 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,5 @@ build/ ### VS Code ### .vscode/ +/rc-busness/.nuxt/ +/rc-busness/node_modules/ diff --git a/rc-busness/package.json b/rc-busness/package.json index 610e1875..4f1baa41 100644 --- a/rc-busness/package.json +++ b/rc-busness/package.json @@ -10,7 +10,7 @@ }, "config": { "nuxt": { - "host": "localhost", + "host": "0.0.0.0", "port": "8080" } },