remove check from procfile

This commit is contained in:
keyan 2022-01-09 11:57:15 -06:00
parent ba4d51c9d0
commit 95e9d55114
1 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,2 @@
web: npm run start
worker: node --trace-warnings worker/index.js
check: node checkInvoices.js
worker: node --trace-warnings worker/index.js