prepare admin for astro: inject clientprovider props directly from admin component

This commit is contained in:
dswbx
2024-11-28 10:04:14 +01:00
parent 2e0543b7ac
commit 6718419d41
8 changed files with 25 additions and 16 deletions

View File

@@ -8,5 +8,5 @@ export {
type ModuleSchemas
} from "modules/ModuleManager";
export * from "./adapter";
export type * from "./adapter";
export { Api, type ApiOptions } from "./Api";