cards/Trunk.toml

12 lines
145 B
TOML
Raw Normal View History

2024-07-20 23:00:19 -04:00
#
# For building the client
#
[build]
2024-10-15 21:09:11 -04:00
target = "clients/leptos/index.html"
2024-07-20 23:00:19 -04:00
dist = "dist"
minify = "on_release"
[serve]
addresses = ["0.0.0.0"]