This commit is contained in:
chaosBreaking
2019-09-29 09:45:19 +08:00
parent 5021a22daa
commit a1be616abc
4 changed files with 4 additions and 7 deletions

View File

@@ -20,4 +20,4 @@ const run = tasks => {
});
};
run([dbConnect, startJob,runServer]);
run([dbConnect, startJob, runServer]);