Changed process type to a worker

This commit is contained in:
NunoSempere 2021-04-08 19:38:06 +02:00
parent c8b1e3d28d
commit fff8470b8f
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
web: node src/index.js
worker: node src/utils/doEverythingForScheduler.js

View File

@ -77,4 +77,4 @@ let commandLineUtility = async () => {
// console.log("1")
// console.log(process.argv)
// commandLineUtility()
doEverything()
// doEverything()