feat: add mise config

This commit is contained in:
Acbox
2026-01-29 15:44:18 +08:00
parent 75a62d2f23
commit bfea20482b
5 changed files with 70 additions and 59 deletions
+5
View File
@@ -0,0 +1,5 @@
[tasks.start]
alias = "dev"
description = "Start server"
run = "go run main.go"
depends = ["//:go-install"]