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