15815213711
2025-04-24 16c179b122eb8c69d31b0fab66c5e29b9c332b8d
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "watch": [
    "electron/",
    "main.js"
  ],
  "ignore": [],
  "ext": "js,json",
  "verbose": true,
  "exec": "electron . --env=local --hot-reload=1",
  "restartable": "hr",
  "colours": true,
  "events": {}
}