feat: Implement multi-stage Dockerfile for robust Nuxt build

This commit is contained in:
2025-10-01 21:25:20 -04:00
parent 8abff8a764
commit a36a97c9f9
2 changed files with 19 additions and 12 deletions

View File

@@ -18,9 +18,6 @@ export default defineNuxtConfig({
nitro: {
experimental: {
wasm: true
},
externals: {
external: ['tailwindcss']
}
},
vite: {
@@ -30,12 +27,6 @@ export default defineNuxtConfig({
}
}
},
postcss: {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
},
app: {
head: {
link: [