Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update PushyOptions interface to include new updateStrategy op…
…tions The PushyOptions interface has been updated to include two new updateStrategy options: "alwaysAlert" and "alertUpdateAndIgnoreError". These options provide different behaviors for handling hot updates. The "alwaysAlert" option is now the default for debug environments, displaying an alert page for hot updates and showing an error prompt when there are errors. The "alertUpdateAndIgnoreError" option is the default for production environments, displaying an alert page for hot updates but not showing any error prompts. Co-authored-by: dependabot[bot] <[email protected]>
- Loading branch information