Initial commit

This commit is contained in:
bel
2026-06-27 22:19:46 +00:00
commit 48c3474c15
6 changed files with 81 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[tools]
go = "latest"
[tasks.default]
run = "cd ${MISE_PROJECT_ROOT}; go run ./cmd/lobby-irl/main.go"
[env]
GONOPROXY = '*'
GONOSUMDB = '*'
GOPRIVATE = 'gitea.bel.blue/**,gitea.bel.blue/*'