update
This commit is contained in:
22
prompts/test/common.ts
Normal file
22
prompts/test/common.ts
Normal 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);
|
||||
Reference in New Issue
Block a user