fix: mark node:path as external

This commit is contained in:
Jozef Steinhübl 2024-08-03 15:07:06 +02:00
parent 8ca6a4f5a3
commit 468440ec07
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -23,5 +23,8 @@ export default defineConfig({
"~": path.resolve(__dirname, "./src"),
},
},
ssr: {
external: ["node:path"],
},
},
});