Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 BUG:how to avoid wrangler server down when [build].command run error #7023

Open
ganluo960214 opened this issue Oct 18, 2024 · 0 comments
Labels
bug Something that isn't working

Comments

@ganluo960214
Copy link

ganluo960214 commented Oct 18, 2024

Which Cloudflare product(s) does this pertain to?

Wrangler

What version(s) of the tool(s) are you using?

3.80.5

What version of Node are you using?

v20.12.0

What operating system and version are you using?

windows 11

Describe the Bug

Observed behavior

when writing code sometimes will save can't complied code. then wrangler will run [build].command config in wrangler.toml. i try to wapper it in cargo watch but it could't show [wrangler:inf] Ready on http://127.0.0.1:8787.

Expected behavior

server not down or support cargo watch

Steps to reproduce

Please provide the following:
[build]
#command = "cargo install -q worker-build && cargo watch -s "worker-build --dev""
command = "cargo install -q worker-build && worker-build --dev"

Please provide a link to a minimal reproduction

No response

Please provide any relevant error logs

No response

@ganluo960214 ganluo960214 added the bug Something that isn't working label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working
Projects
Status: Untriaged
Development

No branches or pull requests

1 participant