Emperor_Shun_Reading/electron/config/nodemon.json

12 lines
173 B
JSON
Raw Permalink Normal View History

2024-08-22 01:03:01 +00:00
{
"watch": [
"electron/"
],
"ignore": [],
"ext": "js,json",
"verbose": true,
"exec": "ee-bin dev",
"restartable": "hr",
"colours": true,
"events": {}
}