⬆️ Add @lilith/config dependency for PORTS config
Required for PORTS constant usage in main.ts files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
aa115d3637
commit
faceb39864
2 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue