Make the account theme initialized by a cli command

This commit is contained in:
Joseph Garrone
2024-07-25 17:53:02 +02:00
parent 1604dee71c
commit 014f7cdb23
5 changed files with 3 additions and 93 deletions

View File

@ -4,5 +4,7 @@ import { keycloakify } from "keycloakify/vite-plugin";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), keycloakify({})]
plugins: [react(), keycloakify({
accountThemeImplementation: "none"
})]
});