mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(nuxt) remove some configuration which is or became default
This commit is contained in:
parent
491bd56e80
commit
9425d88df1
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user