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

feat: add CLI keyboard shortcuts #6014

Closed
wants to merge 3 commits into from

Commits on Dec 8, 2021

  1. feat: add CLI keyboard shortcuts

    The shortcuts include:
    
      - [r] Restart the server (useful for third party config changes)
      - [o] Open the project in your default browser
      - [f] Clear the cache for optimized dependencies (then restart the
        server)
    
    Co-authored-by: HomyeeKing <[email protected]>
    aleclarson and HomyeeKing committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    1359d1e View commit details
    Browse the repository at this point in the history
  2. feat: add shortcut for toggling HMR updates

    Press "h" to toggle HMR updates on/off.
    
    Useful when you hit a bug and don't want your code edits to refresh the browser (which would mean losing the error logs and app state).
    aleclarson committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    7bcb9b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    dc4db6f View commit details
    Browse the repository at this point in the history