mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-03-12 09:02:54 -04: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"]
|