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".
"build"
Last updated 10 months ago
Was this helpful?