removed explicit port setting

This commit is contained in:
Spencer Flagg 2022-06-26 19:17:05 +02:00
parent a4ed315c49
commit 18cf7bd21e

View file

@ -16,11 +16,6 @@ export default {
]
},
server: (process.env.NODE_ENV !== 'production') ? {
host: '192.168.178.100',
port: 3000
} : {},
// Global CSS: https://go.nuxtjs.dev/config-css
css: [
],