bind nuxt ip and host

This commit is contained in:
2020-12-06 08:37:25 +11:00
parent f1782e5632
commit a9c30241cd
+4
View File
@@ -136,6 +136,10 @@ export default {
}
}
}
},
server: {
port: 3000,
host: '0.0.0.0'
}
// router: {
// middleware: ['auth']