Files
self/app/Trunk.toml
Timur Gordon be061409af first commit
2025-09-24 05:11:15 +02:00

12 lines
146 B
TOML

[build]
target = "index.html"
dist = "dist"
[watch]
watch = ["src", "../components/src"]
[serve]
address = "127.0.0.1"
port = 8000
open = false