root = "." [build] cmd = "nix develop -c go build -o ./tmp/main ./src/..." # for nix users include_ext = ["go", "html", "css"] exclude_dir = ["tmp"] [log] level = "warn" time = true [env] GIN_MODE = "debug" # change to "release" for production APP_PORT = 18765