If you don't want to update your nuxt.config.ts file, another way you can go about it is by starting your app with the command:
nuxt.config.ts
HOST=0.0.0.0 PORT=3000 npm run dev