add build command to wrangler.toml
This commit is contained in:
parent
8f945c8fd7
commit
808d48c2e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
name = "monochrome"
|
||||
compatibility_date = "2024-01-01"
|
||||
pages_build = { dir = "dist" }
|
||||
pages_build = { dir = "dist", command = "bun run build" }
|
||||
Loading…
Reference in a new issue