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: {
|
||||
optimizeDeps: {
|
||||
exclude: ['minio', 'sharp']
|
||||
},
|
||||
build: {
|
||||
rollupOptions: {
|
||||
external: ['minio', 'sharp', 'fs', 'path', 'crypto', 'stream']
|
||||
}
|
||||
},
|
||||
ssr: {
|
||||
noExternal: []
|
||||
exclude: ['sharp']
|
||||
}
|
||||
},
|
||||
runtimeConfig: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue