Skip to content
Merged
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
Comment thread
themarolt marked this conversation as resolved.
"scripts": {
"prepare": "husky"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/automatic-projects-discovery-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=automatic-projects-discovery SERVICE=automatic-projects-discovery-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=automatic-projects-discovery SERVICE=automatic-projects-discovery-worker tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/cache_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/cache-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=cache SERVICE=cache-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=cache SERVICE=cache-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/categorization_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/categorization-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=categorization SERVICE=categorization-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=categorization SERVICE=categorization-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/cron_service/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/cron-service",
"private": true,
"scripts": {
"start": "SERVICE=cron-service tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=cron-service LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/data_sink_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/data-sink-worker",
"private": true,
"scripts": {
"start": "SERVICE=data-sink-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=data-sink-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9233 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/entity_merging_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/entity-merging-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=entity-merging SERVICE=entity-merging-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=entity-merging SERVICE=entity-merging-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/exports_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/exports-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=exports SERVICE=exports-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=exports SERVICE=exports-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/integration_run_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/integration-run-worker",
"private": true,
"scripts": {
"start": "SERVICE=integration-run-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=integration-run-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9230 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/integration_stream_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/integration-stream-worker",
"private": true,
"scripts": {
"start": "SERVICE=integration-stream-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=integration-stream-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9231 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/kafka_connect_monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/kafka-connect-monitor",
"private": true,
"scripts": {
"start": "SERVICE=kafka-connect-monitor tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=kafka-connect-monitor LOG_LEVEL=trace tsx --inspect=0.0.0.0:9240 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/members_enrichment_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/members-enrichment-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=members-enrichment SERVICE=members-enrichment-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../../backend/.env.dist.local && . ../../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=members-enrichment SERVICE=members-enrichment-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/merge_suggestions_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/merge-suggestions-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=merge-suggestions SERVICE=merge-suggestions-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=merge-suggestions SERVICE=merge-suggestions-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/nango_webhook_api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/nango-webook-api",
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

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

The package name appears to have a typo: it is "@crowd/nango-webook-api" while the service/scripts use "nango-webhook-api". This inconsistency can break pnpm filtering and makes the workspace harder to reason about; consider renaming the package to "@crowd/nango-webhook-api" (and updating any references).

Suggested change
"name": "@crowd/nango-webook-api",
"name": "@crowd/nango-webhook-api",

Copilot uses AI. Check for mistakes.
"private": true,
"scripts": {
"start": "SERVICE=nango-webhook-api tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=nango-webhook-api LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/nango_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/nango-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=nango SERVICE=nango-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=nango SERVICE=nango-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/organizations_enrichment_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/organizations-enrichment-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=organizations-enrichment SERVICE=organizations-enrichment-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../../backend/.env.dist.local && . ../../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=organizations-enrichment SERVICE=organizations-enrichment-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/pcc_sync_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/pcc-sync-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=pccSync SERVICE=pcc-sync-worker tsx src/index.ts",
"start:debug": "CROWD_TEMPORAL_TASKQUEUE=pccSync SERVICE=pcc-sync-worker LOG_LEVEL=debug tsx src/index.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/profiles_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/profiles-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=profiles SERVICE=profiles-worker LOG_LEVEL=debug tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=profiles SERVICE=profiles-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/script_executor_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/script-executor-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=script-executor SERVICE=script-executor-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=script-executor SERVICE=script-executor-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/search_sync_api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowdapp/search-sync-api",
"private": true,
"scripts": {
"start": "SERVICE=search-sync-api tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=search-sync-api LOG_LEVEL=trace tsx --inspect=0.0.0.0:9236 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/search_sync_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/search-sync-worker",
"private": true,
"scripts": {
"start": "SERVICE=search-sync-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=search-sync-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9234 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/security_best_practices_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/security-best-practices-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=security-best-practices SERVICE=security-best-practices-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=security-best-practices SERVICE=security-best-practices-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/snowflake_connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/snowflake-connectors",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=snowflakeConnectors SERVICE=snowflake-connectors-worker tsx src/index.ts",
"start:debug": "CROWD_TEMPORAL_TASKQUEUE=snowflakeConnectors SERVICE=snowflake-connectors-worker LOG_LEVEL=debug tsx src/index.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/template_consumer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/template-consumer",
"private": true,
"scripts": {
"start": "SERVICE=template-consumer tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=template-consumer LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/template_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/template-worker",
"private": true,
"scripts": {
"start": "CROWD_TEMPORAL_TASKQUEUE=templateWorker SERVICE=template-worker tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=templateWorker SERVICE=template-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/temporal_codec_server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/temporal-codec-server",
"private": true,
"scripts": {
"start": "SERVICE=temporal-codec-server tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=temporal-codec-server LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/apps/webhook_api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/webhook-api",
"private": true,
"scripts": {
"start": "SERVICE=webhook-api tsx src/main.ts",
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=webhook-api LOG_LEVEL=trace tsx --inspect=0.0.0.0:9236 src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions services/archetypes/consumer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/archetype-consumer",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/archetypes/standard/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/archetype-standard",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/archetypes/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/archetype-worker",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/cronjobs/archived_repositories/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "repository-archive-checker",
"private": true,
"scripts": {
"build": "tsc",
"start-main": "pnpm run build && node dist/main.js",
Expand Down
1 change: 1 addition & 0 deletions services/libs/audit-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/audit-logs",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/common/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/common",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/common_services/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/common_services",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/data-access-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/data-access-layer",
"private": true,
"main": "src/index.ts",
"scripts": {
"test": "vitest run",
Expand Down
1 change: 1 addition & 0 deletions services/libs/database/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/database",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/integrations",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/logging",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/nango/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/nango",
"private": true,
"main": "src/index.ts",
"type": "commonjs",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions services/libs/opensearch/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/opensearch",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/queue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/queue",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/redis",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/slack",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/snowflake/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/snowflake",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/telemetry",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/temporal/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/temporal",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/libs/types/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@crowd/types",
"private": true,
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
Expand Down
1 change: 1 addition & 0 deletions services/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
Expand Down
Loading