From a9c30241cdb8e83406f4595f95def439d36367fa Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sun, 6 Dec 2020 08:37:25 +1100 Subject: [PATCH] bind nuxt ip and host --- www/nuxt.config.js | 4 ++++ 1 file changed, 4 insertions(+) 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']