Skip to content

Commit 273ca12

Browse files
committed
fix: update build command in wrangler.toml for worker build process
1 parent eaf1159 commit 273ca12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wrangler.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ compatibility_flags = ["nodejs_compat"]
66
# Serve static assets from lib/assets
77
assets = { directory = "lib/assets" }
88

9+
[build]
10+
command = "pnpm run worker-build"
11+
912
# Find additional modules in dist-worker
1013
[[rules]]
1114
type = "ESModule"

0 commit comments

Comments
 (0)