chore: add proper-lockfile for safe database read/write operations and implement retry logic for file access

This commit is contained in:
decolua
2026-03-27 10:31:35 +07:00
parent 3059df4014
commit 8759545260
15 changed files with 648 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "9router-app",
"version": "0.3.61",
"version": "0.3.62",
"description": "9Router web dashboard",
"private": true,
"scripts": {
@@ -27,6 +27,7 @@
"node-machine-id": "^1.1.12",
"open": "^11.0.0",
"ora": "^9.1.0",
"proper-lockfile": "^4.1.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-is": "^16.13.1",