(nuxt) remove some configuration which is or became default

This commit is contained in:
Valentyne Stigloher 2025-08-01 20:27:03 +02:00
parent 491bd56e80
commit 9425d88df1

View File

@ -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: {