security hardening + drafts/attachments

This commit is contained in:
2026-02-21 19:10:56 -05:00
parent 1dc99eb681
commit a0105956e4
35 changed files with 4928 additions and 0 deletions

13
worker/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "mastermind-worker",
"private": true,
"type": "module",
"scripts": {
"dev": "node --watch src/worker.js",
"start": "node src/worker.js"
},
"dependencies": {
"dotenv": "^16.4.5",
"pg": "^8.12.0"
}
}