cards/Trunk.toml

12 lines
137 B
TOML
Raw Normal View History

2024-07-20 23:00:19 -04:00
#
# For building the client
#
[build]
2024-12-03 17:52:45 -05:00
target = "client/index.html"
2024-07-20 23:00:19 -04:00
dist = "dist"
minify = "on_release"
[serve]
addresses = ["0.0.0.0"]