feat(cli): add start-worker command

This commit is contained in:
Ali BARIN
2022-09-07 18:35:20 +02:00
parent 72e3a69bd9
commit ec0d0203ae
5 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
/* eslint-disable */
module.exports = require('./dist/src/worker.js');