You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: install worker dependencies before deployment
- Add Node.js setup step
- Install npm dependencies in worker directory
- Use npx to run local wrangler instead of global
This ensures all required dependencies are available for the
worker deployment.
Signed-off-by: Mark Phelps <[email protected]>
0 commit comments