oswilno/crates/web/Trunk.toml

13 lines
250 B
TOML
Raw Normal View History

2023-04-24 06:31:00 +02:00
[build]
target = "index.html"
dist = "dist"
[[hooks]]
stage = "build"
command = "zsh"
command_arguments = ["-c", "tailwindcss -i assets/tailwind.css -o $TRUNK_STAGING_DIR/tailwind.css"]
2023-04-24 10:01:23 +02:00
[[proxy]]
rewrite = "/api"
backend = "http://localhost:8000/"