fix(lstv2): added in a close function to stop crashing the server

This commit is contained in:
2025-11-30 10:31:27 -06:00
parent f226c5644c
commit 712a6eebdf
4 changed files with 182 additions and 171 deletions

View File

@@ -66,7 +66,8 @@
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"zod": "^4.1.13",
"drizzle-zod": "^0.8.3"
"drizzle-zod": "^0.8.3",
"drizzle-kit": "^0.31.7"
},
"devDependencies": {
"@biomejs/biome": "2.3.7",
@@ -89,7 +90,6 @@
"ts-node-dev": "^2.0.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"drizzle-kit": "^0.31.7",
"npm-check-updates": "^19.1.2"
},
"config": {