fixes
Some checks failed
Build And Push Image / docker (push) Failing after 59s

This commit is contained in:
2025-08-14 10:51:26 +02:00
parent 983361114c
commit 615112b7e8

View File

@@ -102,15 +102,7 @@ export default defineNuxtConfig({
}, },
vite: { vite: {
optimizeDeps: { optimizeDeps: {
exclude: ['minio', 'sharp'] exclude: ['sharp']
},
build: {
rollupOptions: {
external: ['minio', 'sharp', 'fs', 'path', 'crypto', 'stream']
}
},
ssr: {
noExternal: []
} }
}, },
runtimeConfig: { runtimeConfig: {