fix: create cache dir if it doesn't already exist

This commit is contained in:
William Will
2023-03-31 09:36:59 -06:00
parent 71eb953fd3
commit 9c133be779
5 changed files with 26 additions and 68 deletions

View File

@ -7,6 +7,6 @@ export default defineConfig({
"alias": {
"keycloakify": path.resolve(__dirname, "./src")
},
"watchExclude": ["**/node_modules/**", "**/dist/**", "**/sample_react_project/**", "**/sample_custom_react_project/**"]
"watchExclude": ["**/node_modules/**", "**/dist/**", "**/sample_react_project/**"]
}
});