18 lines
248 B
TOML
18 lines
248 B
TOML
[build]
|
|
cmd = "nix develop -c go build -o ./tmp/main ./src/..." # only for nix users
|
|
|
|
[log]
|
|
time = false
|
|
|
|
[misc]
|
|
clean_on_exit = true
|
|
|
|
[screen]
|
|
clear_on_rebuild = true
|
|
keep_scroll = true
|
|
|
|
[proxy]
|
|
enabled = false
|
|
proxy_port = 8090
|
|
app_port = 18765
|