This commit is contained in:
2026-07-20 20:55:09 +08:00 Unverified
parent 52497957f3
commit c31602593a
13 changed files with 453 additions and 31 deletions
+3 -1
View File
@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"start": "node server.mjs",
"test": "node tests/system.test.mjs",
"test": "node tests/cache.test.mjs && node tests/system.test.mjs",
"test:cache": "node tests/cache.test.mjs",
"reset-db": "node scripts/reset-dev-database.mjs",
"seed-test-data": "node scripts/import-test-data.mjs",
"seed-test-data:sqlite": "node scripts/import-test-data.mjs --sqlite",
@@ -18,6 +19,7 @@
"ckeditor5": "^48.3.1",
"exceljs": "^4.4.0",
"mysql2": "^3.14.2",
"redis": "^5.12.1",
"sanitize-html": "^2.17.6"
},
"overrides": {