add build command to wrangler.toml

This commit is contained in:
edideaur 2026-03-06 10:00:34 +00:00
parent 8f945c8fd7
commit 808d48c2e7

View file

@ -1,3 +1,3 @@
name = "monochrome"
compatibility_date = "2024-01-01"
pages_build = { dir = "dist" }
pages_build = { dir = "dist", command = "bun run build" }