Nuxt/examples/custom-port-host/nuxt.config.js

7 lines
71 B
JavaScript

export default {
server: {
port: 8000,
host: '0.0.0.0'
}
}