mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2025-10-21 19:20:34 +00:00
14 lines
380 B
TOML
14 lines
380 B
TOML
[build]
|
|
# Point to our `index.html`.
|
|
target = "web/index.html"
|
|
# Set the output directory for the web build.
|
|
dist = "target/trunk"
|
|
# This is needed in order to host the game on itch.io.
|
|
public_url = "./"
|
|
|
|
[serve]
|
|
# Required in order to receive 404s for missing assets, which is what Bevy expects.
|
|
no_spa = true
|
|
# Open a browser tab once the initial build is complete.
|
|
open = true
|