fix: create cache dir if it doesn't already exist
This commit is contained in:
@ -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/**"]
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user