From bcd71f28013c5df692c85211083236a3bf8c008f Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sun, 25 Jan 2026 17:54:50 -0600 Subject: [PATCH] Add kysely-codegen command --- express/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/express/package.json b/express/package.json index 0c47bc8..665a771 100644 --- a/express/package.json +++ b/express/package.json @@ -5,7 +5,8 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "nodemon": "nodemon dist/index.js" + "nodemon": "nodemon dist/index.js", + "kysely-codegen": "kysely-codegen" }, "keywords": [], "author": "",