added build command

This commit is contained in:
2025-10-17 13:26:31 -04:00
parent 326c982ca7
commit 5469720fd1

View File

@@ -7,7 +7,8 @@
"type": "commonjs", "type": "commonjs",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc && node ./built/index.js"
}, },
"dependencies": { "dependencies": {
"connect-sqlite3": "^0.9.16", "connect-sqlite3": "^0.9.16",