update pkgs fix lightcode

This commit is contained in:
2026-01-26 01:13:47 +08:00
parent 2ccda9f008
commit 48dafc6040
11 changed files with 470 additions and 433 deletions

View File

@@ -5,5 +5,5 @@ import './routes/index.ts';
import './routes-simple/index.ts';
export const AgentPlugin: Plugin = createRouterAgentPluginFn({
router: app.router,
router: app,
})