···77trap cleanup_redis SIGINT SIGTERM
8899# Run the feed worker dev command
1010-npm run dev:worker:feeds
1010+npm run dev:worker:feeds:inner
11111212# Cleanup after dev command exits
1313cleanup_redis
+1-1
scripts/dev.sh
···77trap cleanup_postgres SIGINT SIGTERM
8899# Run the dev command
1010-npm run dev:inner
1010+npm run dev:app:inner
11111212# Cleanup after dev command exits
1313cleanup_postgres