promote: dev → uat (GRO-1395 drizzle-orm root dep fix) #31

Merged
The Dogfather merged 23 commits from dev into uat 2026-05-21 04:11:30 +00:00
Showing only changes of commit c3c99ad6c4 - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc --project .",
"build": "tsc -p .",
"start": "node dist/index.js",
"lint": "eslint src --ext .ts",
"typecheck": "tsc --noEmit",