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

5
src/server/rpc/index.ts Normal file
View File

@@ -0,0 +1,5 @@
import { demo } from "./demo";
export const router = {
demo,
};