This commit is contained in:
2025-10-28 11:09:54 +08:00
parent 0f04bbe1f9
commit 57ef842adf
14 changed files with 143 additions and 60 deletions

4
src/apps/ai/app.ts Normal file
View File

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