Files
M-CTF-2025/dollhouse/crates/dollhouse-frontend/Trunk.toml

15 lines
190 B
TOML
Raw Normal View History

2025-12-14 10:39:18 +03:00
[build]
target = "index.html"
dist = "dist"
[watch]
watch = ["src", "index.html", "styles.css"]
[serve]
address = "127.0.0.1"
port = 3000
[[proxy]]
backend = "http://localhost:5555/api"