feat(quotesdb): set up Trunk.toml and index.html for UI build
- Trunk.toml: target index.html, proxy /api/* to localhost:3000 - index.html: link CSS, Rust wasm binary (ui), copy _redirects Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
cb59ccb716
commit
efa23f1c7c
@ -1,2 +1,6 @@
|
|||||||
[build]
|
[build]
|
||||||
target = "index.html"
|
target = "index.html"
|
||||||
|
|
||||||
|
[[proxy]]
|
||||||
|
rewrite = "/api"
|
||||||
|
backend = "http://localhost:3000"
|
||||||
|
|||||||
Loading…
Reference in New Issue