mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
7d937c1589
* Add CLI shortcuts * Update changeset * Remove server urls shortcut * feat: improve CLI shortcut formatting * chore: remove unused import * Cleanup * Cleanup --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
9 lines
209 B
Markdown
9 lines
209 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
Adds CLI shortcuts as an easter egg for the dev server:
|
|
|
|
- `o + enter`: opens the site in your browser
|
|
- `q + enter`: quits the dev server
|
|
- `h + enter`: prints all available shortcuts
|