ai review

This commit is contained in:
lik
2026-09-01 21:49:41 +08:00
parent 70307d4eb8
commit 058e9135ae
9 changed files with 184 additions and 136 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import { APP } from './app.js'
import config from './conf.json' with { type: 'json' };
// HTTP server
const koaApp = new APP();
koaApp.start(9010);
koaApp.start(parseInt(process.env.PORT || config.port || "9010"));