- Implemented JimengService for image generation with API integration. - Created OSSService for handling image uploads to S3. - Developed PBService for managing PocketBase interactions. - Added task management for image creation and downloading using BullMQ. - Introduced routes for creating image generation tasks. - Implemented logging and error handling for image processing. - Added configuration management for Redis and other services. - Created scripts for testing image generation and PocketBase integration. - Updated package dependencies and added new scripts for worker management.
24 lines
420 B
JSON
24 lines
420 B
JSON
{
|
|
"extends": "@kevisual/types/json/backend.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "esnext",
|
|
"baseUrl": ".",
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
"./node_modules/@kevisual/types/index.d.ts"
|
|
],
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
],
|
|
"@agent/*": [
|
|
"agent/*"
|
|
]
|
|
},
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"agent/**/*",
|
|
],
|
|
} |