feat: update Procfile to use npm run for production and development commands

This commit is contained in:
2025-09-23 22:40:22 -05:00
parent 494617c4f6
commit cf2a1ce534

View File

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