15 lines
469 B
TOML
15 lines
469 B
TOML
# Build configuration for the wasm bundle (architecture/web-client.md).
|
|
# `trunk build --release` writes dist/, which crabidy-server embeds on
|
|
# its next build (feature `web-ui`, default on).
|
|
|
|
[build]
|
|
target = "index.html"
|
|
release = false
|
|
|
|
[serve]
|
|
# Dev loop: `trunk serve` here + a running crabidy-server; gRPC-web
|
|
# calls are proxied to it, everything else is served live-reloading.
|
|
[[proxy]]
|
|
backend = "http://127.0.0.1:50051"
|
|
rewrite = "/crabidy.v1.CrabidyService"
|