This commit is contained in:
Junior
2026-04-21 18:05:15 -03:00
parent 8c3c56de09
commit d29137be9d
41 changed files with 3945 additions and 318 deletions

View File

@@ -12,7 +12,7 @@ export default defineNuxtConfig({
css: ['~/assets/css/main.css'],
routeRules: {
'/': { prerender: true }
'/': { prerender: process.env.NODE_ENV !== 'production' }
},
runtimeConfig: {
@@ -21,6 +21,19 @@ export default defineNuxtConfig({
},
},
devServer: {
host: '0.0.0.0',
},
vite: {
server: {
allowedHosts: true,
hmr: {
protocol: 'ws',
},
},
},
compatibilityDate: '2025-01-15',
eslint: {