mirror of
https://github.com/criyle/go-judge.git
synced 2025-09-26 22:39:12 +08:00
9 lines
234 B
TOML
9 lines
234 B
TOML
root = "."
|
|
|
|
[build]
|
|
cmd = "go build -o ./tmp/go-judge ./cmd/go-judge"
|
|
full_bin = "tmp/go-judge -enable-grpc -enable-debug -enable-metrics -http-addr=:5050 -grpc-addr=:5051"
|
|
|
|
include_ext = ["go"]
|
|
exclude_dir = ["dist", "node_modules"]
|