Initial WallMuse project
This commit is contained in:
8
apps/worker-generation/package.json
Normal file
8
apps/worker-generation/package.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "@wallmuse/worker-generation",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": { "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit -p tsconfig.json", "build": "tsc -p tsconfig.json" },
|
||||
"dependencies": { "@wallmuse/db": "workspace:*", "@wallmuse/image-pipeline": "workspace:*", "@wallmuse/provider-adapters": "workspace:*", "@wallmuse/shared": "workspace:*", "bullmq": "^5.53.2", "ioredis": "^5.6.1" }
|
||||
}
|
||||
Reference in New Issue
Block a user