mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
6 lines
108 B
TOML
6 lines
108 B
TOML
[tasks.start]
|
|
alias = "dev"
|
|
description = "Start server"
|
|
run = "go run main.go"
|
|
depends = ["//:go-install"]
|