Project created from basic template

This commit is contained in:
Quests Agent
2025-09-29 17:56:30 +02:00
commit a4ecf845bf
26 changed files with 3887 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { router as storageRouter } from "./storage";
import { router as aiRouter } from "./ai";
export const demo = {
storage: storageRouter,
ai: aiRouter,
};