···7trap cleanup_redis SIGINT SIGTERM
89# Run the feed worker dev command
10-npm run dev:worker:feeds
1112# Cleanup after dev command exits
13cleanup_redis
···7trap cleanup_redis SIGINT SIGTERM
89# Run the feed worker dev command
10+npm run dev:worker:feeds:inner
1112# Cleanup after dev command exits
13cleanup_redis
+1-1
scripts/dev.sh
···7trap cleanup_postgres SIGINT SIGTERM
89# Run the dev command
10-npm run dev:inner
1112# Cleanup after dev command exits
13cleanup_postgres
···7trap cleanup_postgres SIGINT SIGTERM
89# Run the dev command
10+npm run dev:app:inner
1112# Cleanup after dev command exits
13cleanup_postgres