Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 408dec4

Browse files
committed
for now, restart app on changes
1 parent f52ca09 commit 408dec4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

template/nodemon.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/nodemon.json",
33
"exec": "electron",
4-
"watch": ["desktop"],
5-
"ignore": ["desktop/build"],
6-
"ext": "ts,js",
4+
"watch": ["desktop/build"],
75
"delay": 0.5
86
}

0 commit comments

Comments
 (0)