This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

remove worker process

+1 -1
+1 -1
package.json
··· 23 23 "test:integration:watch": "jest --watch --testPathPattern='.integration.test.'", 24 24 "build": "tsup", 25 25 "build:watch": "tsc --watch", 26 - "dev:inner": "dotenv -e .env.local -- concurrently -k -n TYPE,APP,WORKER -c red,blue,green \"tsc --noEmit --watch\" \"tsup --watch --onSuccess='node dist/index.js'\" \"tsup --watch --onSuccess='node dist/workers/feed-worker.js'\"", 26 + "dev:inner": "dotenv -e .env.local -- concurrently -k -n TYPE,APP -c red,blue \"tsc --noEmit --watch\" \"tsup --watch --onSuccess='node dist/index.js'\"", 27 27 "dev:mock": "USE_MOCK_REPOS=true USE_FAKE_PUBLISHERS=true USE_MOCK_AUTH=true npm run dev:inner", 28 28 "dev:mock:pub:auth": "USE_FAKE_PUBLISHERS=true USE_MOCK_AUTH=true npm run dev", 29 29 "dev": "bash ./scripts/dev.sh",