laravel-nuxt
laravel-nuxt copied to clipboard
Can't define local domain with devServer/server JSON parameter in nuxt.config.ts
devServer:{
host:'app-ui.local',
port: 3000
}
is ignored when I execute npm run dev and defaults to http://localhost:3000