This commit is contained in:
2026-01-10 16:58:15 +08:00
commit 48e3033639
53 changed files with 41267 additions and 0 deletions

22
prompts/test/common.ts Normal file
View File

@@ -0,0 +1,22 @@
import { app } from '../src/index.ts'
import { config } from '../src/index.ts'
export {
app
}
// const res = await app.run({
// path: 'image-creator',
// key: 'create-task',
// })
// console.log('Route run result:', res)
// const res = await app.run({
// path: 'image-creator',
// key: 'batch-update-tags',
// })
// console.log('Route run result:', res)
console.log('typeof config.REDIS_PORT:', typeof config.REDIS_PORT);