Files
booksman/frontend/Trunk.toml
2023-05-28 15:17:13 +05:30

15 lines
262 B
TOML

[build]
target = "index.html"
dist = "../dist"
public_url = "/assets/"
[[hooks]]
stage = "build"
command = "sh"
command_arguments = ["-c", "npx tailwindcss -i src/tailwind.css -o $TRUNK_STAGING_DIR/tailwind.css"]
[[proxy]]
backend = "http://[::1]:8081/api/"