Skip to content

Commit

Permalink
Merge branch 'main' into update-card-hover
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmac authored Aug 14, 2023
2 parents 0aad353 + 2127a10 commit ac3cdb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sixty-squids-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystatic/templates-astro': patch
---

Add --host flag to astro dev command + version updates
2 changes: 1 addition & 1 deletion templates/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.7",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"dev": "astro dev --host 127.0.0.1",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
Expand Down

0 comments on commit ac3cdb4

Please sign in to comment.