project init

This commit is contained in:
fzzin
2026-04-09 07:23:34 +02:00
commit de205221dc
3 changed files with 47 additions and 0 deletions

8
deno.json Normal file
View File

@@ -0,0 +1,8 @@
{
"tasks": {
"dev": "deno run --watch --allow-all main.ts"
},
"imports": {
"@sigmasd/gtk": "jsr:@sigmasd/gtk@^0.60.0"
}
}