chore: updated cf deps, improved vite dev

This commit is contained in:
dswbx
2025-09-20 13:59:41 +02:00
parent 806b7427c1
commit 50e9be833b
6 changed files with 188 additions and 275 deletions

View File

@@ -52,7 +52,6 @@ export async function makeConfig<Args = DefaultArgs>(
}
// a map that contains all apps by id
const apps = new Map<string, App>();
export async function createAdapterApp<Config extends BkndConfig = BkndConfig, Args = DefaultArgs>(
config: Config = {} as Config,
args?: Args,