Commit graph

5 commits

Author SHA1 Message Date
Warren
6ee29abe02
feat: introduce common-utils package (#554)
- copy and paste the utils to a separate dir
- setup building + CD
2025-01-16 18:15:22 +00:00
Shorpo
42969f243e
chore: Add path alias to api package (#107)
small dev ex improvement:

Before: `import { ... } from '../../../fixtures';`
After: `import { ... } from '@/fixtures';`

after checking out, rebuild `api` and `task-check-alerts` containers:
```sh
docker compose -f docker-compose.dev.yml up -d --no-deps --build task-check-alerts api
```
2023-11-17 21:31:24 +00:00
Shorpo
0824ae76d2
Chart alerts: Add support for chart alerts in alerts API (#104)
Add support for chart alerts in alerts API
2023-11-16 03:59:32 +00:00
Warren
836924377e
feat: add docker prod build stages and publish prod builds (#4) 2023-09-15 21:34:14 -07:00
Warren
0826d4dd89 first commit 2023-09-12 20:08:05 -07:00