fix license
This commit is contained in:
parent
20f413508f
commit
30062807a3
2 changed files with 666 additions and 18 deletions
9
Taskfile.yml
Normal file
9
Taskfile.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# https://taskfile.dev
|
||||
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
default:
|
||||
cmds:
|
||||
- bunx tsc -p ./runtime
|
||||
- go build -ldflags='-H windowsgui' ./example
|
Loading…
Add table
Add a link
Reference in a new issue