Renamed start command to dev
This commit is contained in:
parent
7bfee0841a
commit
0c09b5c0ae
@ -4,7 +4,7 @@
|
|||||||
"description": "Repo for my personal website",
|
"description": "Repo for my personal website",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build"
|
"build": "astro build"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
Reference in New Issue
Block a user