fixes
Build And Push Image / docker (push) Failing after 59s
Details
Build And Push Image / docker (push) Failing after 59s
Details
This commit is contained in:
parent
983361114c
commit
615112b7e8
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue