summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-03-14 01:10:36 +0100
committerTor Andersson <tor@ccxvii.net>2024-03-14 01:10:36 +0100
commitf9124f6e077d0bc01c0158f2554ac9605cdfc746 (patch)
treecb5527629cb5585abfdf8aac354cfe6551b9fc9a /package.json
parent7b01c04086c8c689f0b40680464be69c3335f8f1 (diff)
downloadserver-f9124f6e077d0bc01c0158f2554ac9605cdfc746.tar.gz
Don't use chokidar.
It's unreliable and regularly misses file changes on the production server.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8a50d86..aa1885a 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,6 @@
"dependencies": {
"better-sqlite3": "^9.4.1",
"bufferutil": "^4.0.8",
- "chokidar": "^3.6.0",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"nodemailer": "^6.9.9",