15 lines
262 B
TOML
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/"
|