fix: switch to sql.js for Railway compatibility

This commit is contained in:
Krishna Kumar
2026-02-04 10:37:55 -06:00
parent e46c1c7063
commit f6d55376f8
2 changed files with 115 additions and 81 deletions

View File

@@ -7,7 +7,7 @@
"start": "node index.js"
},
"dependencies": {
"better-sqlite3": "^11.7.0",
"sql.js": "^1.11.0",
"cors": "^2.8.5",
"express": "^4.21.2"
},