geohot_csr/Trunk.toml

17 lines
424 B
TOML

[watch]
# Paths to watch. The `build.target`'s parent folder is watched by default.
ignore = [
# These files are generated from our build.rs script, not excluding them would result in an endless restart-cycle!
# Keep this list in sync with what the build script generates.
# "./generated",
]
[serve]
address = "127.0.0.1"
port = 4001
open = false
[[proxy]]
rewrite = "/api/"
backend = "http://127.0.0.1:3000/"