This commit is contained in:
2026-01-10 11:38:01 +08:00
parent 3775d125f2
commit 813c0709c8
6 changed files with 12 additions and 194 deletions

View File

@@ -1,5 +1,5 @@
import { app } from '../src/index.ts'
import { config } from '../src/index.ts'
export {
app
}
@@ -17,4 +17,6 @@ export {
// key: 'batch-update-tags',
// })
// console.log('Route run result:', res)
// console.log('Route run result:', res)
console.log('typeof config.REDIS_PORT:', typeof config.REDIS_PORT);