chore: add chokidar dependency for file watching

This commit is contained in:
Anish Sarkar 2026-04-02 00:22:10 +05:30
parent 917ec444bb
commit 1f8f71b542
2 changed files with 18 additions and 0 deletions

View file

@ -27,6 +27,7 @@
"wait-on": "^9.0.4"
},
"dependencies": {
"chokidar": "^5.0.0",
"electron-updater": "^6.8.3",
"get-port-please": "^3.2.0"
}