Files
website/netlify.toml
2024-05-06 23:21:41 -04:00

3 lines
182 B
TOML

[build]
publish = "dist"
command = "rm -rf sern-handler && git clone https://github.com/sern-handler/handler sern-handler && cd sern-handler && bun install && cd .. && bun run build"