feat: add secure auth, admin and postgres persistence

This commit is contained in:
2026-07-29 21:52:22 -04:00
parent 74b4c3a368
commit 432dd2176f
18 changed files with 946 additions and 256 deletions
+9 -2
View File
@@ -6,10 +6,17 @@
"description": "Fillable web version of the manual roast plan worksheet, with URL prefill and .alog reference curves.",
"scripts": {
"start": "node server/index.js",
"dev": "node --watch server/index.js"
"dev": "node --watch server/index.js",
"test": "node --test"
},
"dependencies": {
"@earendil-works/pi-coding-agent": "^0.82.1",
"bcryptjs": "^3.0.3",
"express": "^5.0.1",
"@earendil-works/pi-coding-agent": "^0.82.1"
"pg": "^8.22.0"
},
"devDependencies": {
"pg-mem": "^3.0.14",
"supertest": "^7.2.2"
}
}