Skip to content

Commit ea747e3

Browse files
committed
no-bundle
1 parent 649ed1d commit ea747e3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cloudflare-worker/wrangler.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ name = "spinitron-mobile-app-cloudflare-worker"
22
main = "cloudflare-worker/main.js"
33
compatibility_date = "2025-09-21"
44

5-
# Set to skip dependency install during deploy
6-
[vars]
7-
SKIP_DEPENDENCY_INSTALL = true
8-
9-
# [build]
10-
# command = ""
5+
[build]
6+
command = "npx wrangler deploy cloudflare-worker/main.js --no-bundle"
117

128
# [triggers]
139
# crons = []

0 commit comments

Comments
 (0)