removed explicit port setting
This commit is contained in:
parent
a4ed315c49
commit
18cf7bd21e
1 changed files with 0 additions and 5 deletions
|
|
@ -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: [
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue