Add kysely-codegen command

This commit is contained in:
2026-01-25 17:54:50 -06:00
parent 82a8c03316
commit bcd71f2801

View File

@@ -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": "",