feat(WHE-27): add drizzle db package and typed env config

This commit is contained in:
2026-03-05 03:05:02 +04:00
parent 18168a8dab
commit 8086044938
21 changed files with 631 additions and 28 deletions

View File

@@ -29,6 +29,7 @@ jobs:
- typecheck
- test
- build
- db-check
steps:
- name: Checkout
@@ -70,6 +71,9 @@ jobs:
build)
bun run build
;;
db-check)
bun run db:check
;;
*)
echo "Unknown task: ${{ matrix.task }}"
exit 1