diff --git a/features/image-generator/backend-api/package.json b/features/image-generator/backend-api/package.json index 538f8a143..3392dc2ab 100644 --- a/features/image-generator/backend-api/package.json +++ b/features/image-generator/backend-api/package.json @@ -21,6 +21,7 @@ "queue:control": "queue-control -q IMAGE_GENERATOR_QUEUE" }, "dependencies": { + "@lilith/config": "workspace:*", "@aws-sdk/client-s3": "^3.700.0", "@aws-sdk/lib-storage": "^3.700.0", "@lilith/image-generator-types": "^0.0.4", diff --git a/features/landing/backend-api/package.json b/features/landing/backend-api/package.json index c59e91859..f6e153956 100644 --- a/features/landing/backend-api/package.json +++ b/features/landing/backend-api/package.json @@ -28,6 +28,7 @@ "migration:generate": "typeorm-ts-node-commonjs migration:generate -d src/data-source.ts" }, "dependencies": { + "@lilith/config": "workspace:*", "@lilith/service-nestjs-bootstrap": "^1.0.0", "@aws-sdk/client-s3": "^3.400.0", "@aws-sdk/s3-request-presigner": "^3.400.0",