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