wrangler seems incompatible with bun

This commit is contained in:
Emil Lerch 2025-11-25 10:16:12 -08:00
parent aa09ef4ba0
commit 8a624666d1
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -1,6 +1,6 @@
[tools]
bun = "1.3.3"
node = "24.11.1"
[tasks]
deploy = "bunx wrangler deploy"
dev = "bunx wrangler dev"
deploy = "npx wrangler deploy"
dev = "npx wrangler dev"