refactor(server): 清理无用导入与类型转换

- 移除测试/控制器中未使用的导入与实例
- bills/classroom-rentals 改用 ESM 导入替代 require
- bills.service 去掉多余断言、backfill 显式转字符串、main.ts void bootstrap
This commit is contained in:
2026-08-05 21:14:17 +08:00
parent 1a1e90c72f
commit d1c933f032
8 changed files with 8 additions and 33 deletions

View File

@@ -15,4 +15,4 @@ async function bootstrap() {
await app.listen(process.env.PORT ?? 3000);
}
bootstrap();
void bootstrap();