返回 DeepSeek-Reasonix
index.ts
根目录 / workers / accounts / src / index.ts
1 // Reasonix account service — email/password auth, sessions, and public profiles
2 // for reasonix.io. The Hono app is itself the Workers fetch handler.
3 import app from "./app";
4
5 export default app;
6
6 lines TYPESCRIPT