11 lines
137 B
TOML
11 lines
137 B
TOML
#
|
|
# For building the client
|
|
#
|
|
|
|
[build]
|
|
target = "client/index.html"
|
|
dist = "dist"
|
|
minify = "on_release"
|
|
|
|
[serve]
|
|
addresses = ["0.0.0.0"]
|