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(cli): review feedback for --from-bundle error handling
- wrap the bundle JSON parses in real try/catch so a corrupt build.json
or trigger-build-args.json surfaces the intended error message instead
of a raw SyntaxError (the eager JSON.parse threw before tryCatch could
see it)
- upsert the preview branch on fresh-init from-bundle deploys, matching
the main deploy path (attach mode already has the branch env)
0 commit comments