fix license

This commit is contained in:
grngxd 2025-06-17 12:56:57 +01:00
parent 20f413508f
commit 30062807a3
2 changed files with 666 additions and 18 deletions

9
Taskfile.yml Normal file
View file

@ -0,0 +1,9 @@
# https://taskfile.dev
version: '3'
tasks:
default:
cmds:
- bunx tsc -p ./runtime
- go build -ldflags='-H windowsgui' ./example