Initial commit

This commit is contained in:
kevisual
2025-12-01 12:05:58 +08:00
commit da3958f8f0
13 changed files with 1259 additions and 0 deletions

4
src/index.ts Normal file
View File

@@ -0,0 +1,4 @@
import { app } from './app.ts'
import './router/index.ts';
export { app }