Skip to content

Commit 4641676

Browse files
committed
feat: validation script WIP
Signed-off-by: Mouad BANI <mouad-mb@outlook.com>
1 parent 127e7ac commit 4641676

3 files changed

Lines changed: 476 additions & 12 deletions

File tree

pnpm-lock.yaml

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/apps/nango_worker/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@crowd/archetype-standard": "workspace:*",
1919
"@crowd/archetype-worker": "workspace:*",
2020
"@crowd/common": "workspace:*",
21-
"@crowd/data-access-layer": "workspace:*",
2221
"@crowd/common_services": "workspace:*",
22+
"@crowd/data-access-layer": "workspace:*",
2323
"@crowd/logging": "workspace:*",
2424
"@crowd/nango": "workspace:*",
2525
"@crowd/redis": "workspace:*",
@@ -34,6 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@types/node": "^20.8.2",
37-
"nodemon": "^3.0.1"
37+
"nodemon": "^3.0.1",
38+
"pg-promise": "^11.4.3"
3839
}
3940
}

0 commit comments

Comments
 (0)