feat: add Procfile to define worker process for npm start

This commit is contained in:
2025-09-21 00:57:26 -05:00
parent 21210816c9
commit 7f066bcf0b

1
Procfile Normal file
View File

@@ -0,0 +1 @@
worker: npm start