diff --git a/apps/worker/package.json b/apps/worker/package.json index 73f283c..2484055 100644 --- a/apps/worker/package.json +++ b/apps/worker/package.json @@ -11,6 +11,7 @@ "lint": "tsc --noEmit" }, "dependencies": { + "@album/contracts": "workspace:*", "@album/database": "workspace:*", "@album/email": "workspace:*", "@album/storage": "workspace:*", diff --git a/bun.lock b/bun.lock index 713dcdd..62e5e63 100644 --- a/bun.lock +++ b/bun.lock @@ -69,6 +69,7 @@ "name": "@album/worker", "version": "0.0.1", "dependencies": { + "@album/contracts": "workspace:*", "@album/database": "workspace:*", "@album/email": "workspace:*", "@album/storage": "workspace:*",