We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bef147 commit 7537caeCopy full SHA for 7537cae
package.json
@@ -3,7 +3,8 @@
3
"version": "3.1.0",
4
"license": "MIT",
5
"scripts": {
6
- "dev": "astro dev --verbose",
+ "dev": "astro dev",
7
+ "dev-verbose": "astro dev --verbose",
8
"build": "astro build",
9
"preview": "astro preview",
10
"format": "prettier -w ."
0 commit comments