Files
M-CTF-2025/dollhouse/crates/dollhouse-frontend/Trunk.toml
2025-12-14 10:39:18 +03:00

15 lines
190 B
TOML
Executable File

[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"