Move the entrypoint into kc.gen.tsx
This commit is contained in:
parent
c66236e414
commit
a2d7634fe5
3 changed files with 60 additions and 26 deletions
|
|
@ -4,7 +4,10 @@ import { keycloakify } from "keycloakify/vite-plugin";
|
|||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react(), keycloakify({
|
||||
accountThemeImplementation: "none"
|
||||
})]
|
||||
plugins: [
|
||||
react(),
|
||||
keycloakify({
|
||||
accountThemeImplementation: "none"
|
||||
})
|
||||
]
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue