diff --git a/nuxt.config.ts b/nuxt.config.ts index 61bedc963..912353fee 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -49,8 +49,6 @@ const esBuildOptions = { }, }; -const hostname = process.env.HOST ?? '0.0.0.0'; -const port = parseInt(process.env.PORT ?? '3000'); export default defineNuxtConfig({ modules: [ '@pinia/nuxt', @@ -93,13 +91,6 @@ export default defineNuxtConfig({ // effectively disabling the feature, see: https://nuxt.com/docs/api/nuxt-config#ignoreprefix ignorePrefix: 'IGNORE', sourcemap: true, - devServer: { - host: hostname, // listen on any host name - port, - }, - features: { - inlineStyles: false, - }, compatibilityDate: '2024-07-06', nitro: { typescript: {