Merge literally everything into main so I stop just working on one branch #14

Merged
Ajdj100 merged 64 commits from recruiter into main 2025-10-28 13:40:41 -05:00
Showing only changes of commit 5469720fd1 - Show all commits

View File

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