working bar

This commit is contained in:
Bloxx12 2025-04-21 09:35:17 +02:00
commit 2c9ff9db2f
8 changed files with 121 additions and 126 deletions

View file

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