fixed an import issue

This commit is contained in:
2025-11-27 13:15:23 -05:00
parent 81716d4a4f
commit e14ad7ad44
2 changed files with 515 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc && node ./built/api/src/index.js"
"dev": "tsc && tsc-alias && node ./built/api/src/index.js"
},
"dependencies": {
"connect-sqlite3": "^0.9.16",
@@ -26,6 +26,7 @@
"@types/express": "^5.0.3",
"@types/morgan": "^1.9.10",
"@types/node": "^24.8.1",
"tsc-alias": "^1.8.16",
"typescript": "^5.9.3"
}
}