Update keycloakify

This commit is contained in:
garronej 2025-07-18 01:49:03 +09:00
parent fb85535919
commit baa911bb01
3 changed files with 13 additions and 6 deletions

View file

@ -1,5 +1,5 @@
// This file is auto-generated by the `update-kc-gen` command. Do not edit it manually.
// Hash: 09b09a6c36072d5cf2f8484ab3dc720d28ec8c126df1bafb0b2214a0139848c7
// Hash: b0aa286dba4ed04c111c1265bdb6a76ba45c22a3d9b9e8dcf36302267d40c51a
/* eslint-disable */
@ -47,3 +47,10 @@ export function KcPage(props: { kcContext: KcContext; fallback?: ReactNode }) {
</Suspense>
);
}
// NOTE: This is exported here only because in Webpack environnement it works differently
export const BASE_URL = import.meta.env.BASE_URL;
// NOTE: This is only exported here because you're supposed to import type from different packages
// Depending of if you are using Vite, Webpack, ect...
export type { Meta, StoryObj } from "@storybook/react-vite";