mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 17:09:21 -05:00
7 lines
125 B
TOML
7 lines
125 B
TOML
[build]
|
|
public_url = "/demo/"
|
|
|
|
[[hooks]]
|
|
stage = "post_build"
|
|
command = "bash"
|
|
command_arguments = ["-c", "./post_build.sh"]
|