ags-config/nodemon.json

6 lines
107 B
JSON
Raw Normal View History

2025-04-20 22:22:28 +02:00
{
2025-04-21 09:35:17 +02:00
"watch": ["app.ts", "style.scss", "widget/"],
"ext": "ts, tsx, scss",
2025-04-20 22:22:28 +02:00
"exec": "ags run --gtk4 ."
}