mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
fix: add path to ssr external
This commit is contained in:
parent
2c77ab5807
commit
04522ee264
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ssr: {
|
ssr: {
|
||||||
external: ["node:path", "path"],
|
external: ["node:path", "path", "os", "crypto"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue