initial commit

This commit is contained in:
Bloxx12 2025-04-20 22:22:28 +02:00
commit ed206ad7e5
12 changed files with 791 additions and 0 deletions

5
nodemon.json Normal file
View file

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