Files
qrank/.air.toml
2025-09-18 16:51:57 +02:00

18 lines
251 B
TOML

[build]
cmd = "nix develop -c go build -o ./tmp/main ./cmd/server" # 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