Fix missing contracts dependency in production worker

This commit is contained in:
2026-09-10 10:01:08 -04:00
parent 76ef573b3a
commit 6f400ac2cd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@
"lint": "tsc --noEmit" "lint": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@album/contracts": "workspace:*",
"@album/database": "workspace:*", "@album/database": "workspace:*",
"@album/email": "workspace:*", "@album/email": "workspace:*",
"@album/storage": "workspace:*", "@album/storage": "workspace:*",
+1
View File
@@ -69,6 +69,7 @@
"name": "@album/worker", "name": "@album/worker",
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"@album/contracts": "workspace:*",
"@album/database": "workspace:*", "@album/database": "workspace:*",
"@album/email": "workspace:*", "@album/email": "workspace:*",
"@album/storage": "workspace:*", "@album/storage": "workspace:*",