🛠️ feat: Add Reset-Meili-Sync Script for MongoDB Flags (#8823)

This commit is contained in:
Danny Avila 2025-08-02 18:04:04 -04:00 committed by GitHub
parent bc43423f58
commit 7ef2c626e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 93 additions and 0 deletions

View file

@ -32,6 +32,7 @@
"reset-password": "node config/reset-password.js",
"ban-user": "node config/ban-user.js",
"delete-user": "node config/delete-user.js",
"reset-meili-sync": "node config/reset-meili-sync.js",
"update-banner": "node config/update-banner.js",
"delete-banner": "node config/delete-banner.js",
"backend": "cross-env NODE_ENV=production node api/server/index.js",