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