Scaffold hatchet worker service

This commit is contained in:
Ruslan Bakiev
2026-03-30 20:54:53 +07:00
parent 3cabb069f4
commit 67a4a8c8e8
8 changed files with 260 additions and 1 deletions

View File

@@ -1,2 +1,10 @@
# hatchet-worker
# fregat-hatchet-worker
Separate worker service for Hatchet workflows in the Fregat project.
## Run
```bash
npm ci
npm run start
```