Skip to content

Commit

Permalink
chore: fix package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelfelder.Kevin committed Dec 4, 2024
1 parent 4a31185 commit 02eeda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host 192.168.178.197",
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build",
Expand Down

0 comments on commit 02eeda9

Please sign in to comment.