projectBuildDirPath
In the Create React App setup the, when you run yarn build, a build/ directory is generated. If, in your setup it's an other directory you can use this option:
{
"keycloakify": {
"projectBuildDirPath": "a/b/c"
}
}
By default it's "build"
.
Was this helpful?