fix: add path to ssr external

This commit is contained in:
Jozef Steinhübl 2024-08-03 17:03:50 +02:00
parent d937b4e186
commit 2c77ab5807
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"], external: ["node:path", "path"],
}, },
}, },
}); });