added API build command

This commit is contained in:
2025-11-26 09:26:35 -05:00
parent 121dd44a78
commit 3f9df22a5d

View File

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