13 lines
241 B
TOML
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"
|