feat(config): add ability to customize input/output directory

This commit is contained in:
William Will
2023-03-30 22:09:27 +00:00
parent b863d9feb3
commit 4ebc1e671f
19 changed files with 325 additions and 174 deletions

View File

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