This commit is contained in:
2026-02-26 03:58:17 +08:00
parent 91f5f17028
commit 7489b8f1ab
40 changed files with 466 additions and 144 deletions

3
src/agents/app.ts Normal file
View File

@@ -0,0 +1,3 @@
import { QueryRouterServer } from '@kevisual/router/browser'
import { use } from '@kevisual/context'
export const app = use('app', new QueryRouterServer())