Skip to content

Commit a22522b

Browse files
committed
Simplify dev script
1 parent 30e4b58 commit a22522b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "6.0.0",
55
"scripts": {
6-
"dev": "astro preferences disable --global devToolbar && astro dev",
6+
"dev": "astro dev",
77
"start": "tsx index.ts",
88
"build": "astro check && astro build",
99
"typecheck": "astro check",

0 commit comments

Comments
 (0)