Remove private property from server package.json

This commit is contained in:
2025-11-02 14:36:08 +01:00
parent 1f79cf8306
commit f2bea69933

View File

@@ -10,7 +10,6 @@
"start": "node dist/index.js", "start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"private": true,
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20251014.0", "@cloudflare/workers-types": "^4.20251014.0",
"@types/better-sqlite3": "^7.6.13", "@types/better-sqlite3": "^7.6.13",