diff --git a/www/nuxt.config.js b/www/nuxt.config.js index 66ae2c4..7672516 100644 --- a/www/nuxt.config.js +++ b/www/nuxt.config.js @@ -136,6 +136,10 @@ export default { } } } + }, + server: { + port: 3000, + host: '0.0.0.0' } // router: { // middleware: ['auth']