15815213711
2024-08-26 f988680f27ff7393867ed3828010ca2d4c6f9a9e
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": {}
}