Skip to content

Commit 58cf296

Browse files
committed
chore(worker): start workers
1 parent 7860a5c commit 58cf296

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/core",
3-
"version": "5.26.0",
3+
"version": "5.27.0",
44
"description": "One foundation for multiple applications.",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",

src/applications/Worker.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export class Worker {
4343
`Worker application successfully started`
4444
)
4545

46+
await worker.start()
47+
4648
return worker
4749
}
4850

0 commit comments

Comments
 (0)