|
1 | 1 | { |
2 | 2 | "name": "@crowd/snowflake-connectors", |
3 | 3 | "scripts": { |
4 | | - "start": "CROWD_TEMPORAL_TASKQUEUE=snowflakeConnectors SERVICE=snowflake-connectors tsx src/index.ts", |
5 | | - "start:debug": "CROWD_TEMPORAL_TASKQUEUE=snowflakeConnectors SERVICE=snowflake-connectors LOG_LEVEL=debug tsx src/index.ts", |
6 | | - "start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=snowflakeConnectors SERVICE=snowflake-connectors LOG_LEVEL=debug tsx src/index.ts", |
| 4 | + "start": "CROWD_TEMPORAL_TASKQUEUE=snowflakeConnectors SERVICE=snowflake-connectors-worker tsx src/index.ts", |
| 5 | + "start:debug": "CROWD_TEMPORAL_TASKQUEUE=snowflakeConnectors SERVICE=snowflake-connectors-worker LOG_LEVEL=debug tsx src/index.ts", |
| 6 | + "start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && CROWD_TEMPORAL_TASKQUEUE=snowflakeConnectors SERVICE=snowflake-connectors-worker LOG_LEVEL=debug tsx src/index.ts", |
7 | 7 | "dev": "nodemon --watch src --watch ../../libs --ext ts --exec pnpm run start:debug", |
8 | 8 | "dev:local": "nodemon --watch src --watch ../../libs --ext ts --exec pnpm run start:debug:local", |
9 | 9 | "lint": "npx eslint --ext .ts src --max-warnings=0", |
10 | 10 | "format": "npx prettier --write \"src/**/*.ts\"", |
11 | 11 | "format-check": "npx prettier --check .", |
12 | 12 | "tsc-check": "tsc --noEmit", |
13 | | - "trigger-export": "SERVICE=snowflake-connectors tsx src/scripts/triggerExport.ts" |
| 13 | + "trigger-export": "SERVICE=snowflake-connectors-worker tsx src/scripts/triggerExport.ts" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | 16 | "@crowd/archetype-standard": "workspace:*", |
|
0 commit comments