feat: update Procfile to remove unnecessary worker and dev entries

This commit is contained in:
2025-10-05 23:02:25 -05:00
parent 40625a9f74
commit 0848a4545e

View File

@@ -1,3 +1 @@
worker: npm run start:prod-optimized
dev: npm run dev:mem
web: npm run start:prod-optimized