This commit is contained in:
Bloxx12 2025-04-22 21:10:49 +02:00
commit 7da7b506f9
5 changed files with 120 additions and 50 deletions

View file

@ -1,5 +1,5 @@
{
"watch": ["app.ts", "style.scss", "widget/"],
"ext": "ts, tsx, scss",
"ext": "ts, tsx, scss, css",
"exec": "ags run --gtk4 ."
}