Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 14 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions services/apps/nango_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@crowd/archetype-standard": "workspace:*",
"@crowd/archetype-worker": "workspace:*",
"@crowd/common": "workspace:*",
"@crowd/data-access-layer": "workspace:*",
"@crowd/common_services": "workspace:*",
"@crowd/data-access-layer": "workspace:*",
"@crowd/logging": "workspace:*",
"@crowd/nango": "workspace:*",
"@crowd/redis": "workspace:*",
Expand All @@ -34,6 +34,7 @@
},
"devDependencies": {
"@types/node": "^20.8.2",
"nodemon": "^3.0.1"
"nodemon": "^3.0.1",
"pg-promise": "^11.4.3"
Comment on lines 35 to +38
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pg-promise is added as a devDependency only to support this script's direct connection usage. If you switch this script to use the existing shared DB helpers (via @crowd/data-access-layer/@crowd/database), this dependency can likely be removed; otherwise consider whether it should be a runtime dependency instead of devDependency.

Copilot uses AI. Check for mistakes.
}
}
Loading
Loading