S3 Fix
This commit is contained in:
@@ -19,6 +19,11 @@ export default defineConfig({
|
||||
optimizeDeps: {
|
||||
exclude: ["bun"]
|
||||
},
|
||||
build: {
|
||||
rollupOptions: {
|
||||
external: ["bun", "stream", "node:stream", "http", "node:http", "https", "http2", "path", "os", "crypto", "fs", "url", "util", "child_process"]
|
||||
}
|
||||
},
|
||||
ssr: {
|
||||
external: ["@prisma/client", "bun", "stream"],
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user