fix: add path to ssr external

This commit is contained in:
Jozef Steinhübl 2024-08-03 17:05:34 +02:00
parent 2c77ab5807
commit 04522ee264
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -24,7 +24,7 @@ export default defineConfig({
}, },
}, },
ssr: { ssr: {
external: ["node:path", "path"], external: ["node:path", "path", "os", "crypto"],
}, },
}, },
}); });