Files
vibetorrent/frontend/Trunk.toml
spinline 10c95c5ff3
Some checks failed
Build MIPS Binary / build (push) Failing after 1m8s
fix: wasm-opt build hatası için rustc ve wasm-opt versiyon ayarları güncellendi
2026-02-08 16:42:13 +03:00

16 lines
275 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"
[tools]
wasm_opt = "version_121"