Fix crash in vite-plugin
This commit is contained in:
@ -45,7 +45,7 @@ export function keycloakify(): Plugin {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (!fs.existsSync(cacheDirPath)) {
|
if (!fs.existsSync(cacheDirPath)) {
|
||||||
fs.mkdirSync(cacheDirPath);
|
fs.mkdirSync(cacheDirPath, { "recursive": true });
|
||||||
}
|
}
|
||||||
|
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(
|
||||||
|
Reference in New Issue
Block a user