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