optimized local api instantiation to prepare for nextjs app router

This commit is contained in:
dswbx
2025-02-20 10:02:44 +01:00
parent eaa7276173
commit 6f776aeff7
9 changed files with 123 additions and 122 deletions

View File

@@ -4,7 +4,8 @@ export {
AppEvents,
type AppConfig,
type CreateAppConfig,
type AppPlugin
type AppPlugin,
type LocalApiOptions
} from "./App";
export {