mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
fix: mark node:path as external
This commit is contained in:
parent
8ca6a4f5a3
commit
468440ec07
1 changed files with 3 additions and 0 deletions
|
@ -23,5 +23,8 @@ export default defineConfig({
|
|||
"~": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
ssr: {
|
||||
external: ["node:path"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue