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

1
packages/backend/worker.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export * from './dist/src/worker';