themeVersion
Configure the version that will appear in the pom.xml
file within the jar file of your theme and in the kcContext.themeVersion
.
This is purely indicative, it's a way for you to quickly see what version of your theme is in production.

By default the version that is used is the one in the package.json of your project
package.json
But you can overwrite this value using an environment variable:
vite.config.ts
Last updated
Was this helpful?