update for the db.ts

This commit is contained in:
Ryan Vogel 2026-03-28 14:28:44 -04:00
commit f1e88d35ba
3 changed files with 30 additions and 1 deletions

View file

@ -7,6 +7,7 @@
"license": "MIT",
"scripts": {
"dev": "bun run src/index.ts",
"db:check": "bun run --env-file .env src/check.ts",
"typecheck": "tsgo --noEmit"
},
"dependencies": {