This commit is contained in:
lik
2026-05-25 12:02:28 +08:00
parent 17c8f0e1e8
commit 2c6efee887
13 changed files with 2337 additions and 0 deletions

5
index.js Normal file
View File

@@ -0,0 +1,5 @@
import { APP } from './app.js'
// HTTP server
const koaApp = new APP();
koaApp.start(9010);