Launcher/nodemon.json
Shadowner dee2b9a636 Refactoring Repository architecture + POC svelte
Only the interface is in state of work, there is no logic actually.
2023-03-11 17:12:38 +01:00

6 lines
137 B
JSON

{
"watch": ["build/electron"],
"exec": "npm run start:electron:run",
"ext": "js, cjs, json, ts, proto, css, png, jpeg, jpg, ico"
}