Files
vibetorrent/frontend/Trunk.toml
spinline 5d8cdd7760
Some checks failed
Build MIPS Binary / build (push) Failing after 1m2s
build: build ortamı güncellendi (Trunk v0.21.14 ve binaryen eklendi), optimizasyonlar tekrar açıldı
2026-02-08 16:51:40 +03:00

13 lines
241 B
TOML

[[proxy]]
rewrite = "/api/"
backend = "http://localhost:3000/api/"
[[hooks]]
stage = "build"
command = "sh"
command_arguments = ["-c", "npx @tailwindcss/cli -i input.css -o public/tailwind.css"]
[build]
target = "index.html"
dist = "dist"