Renamed start command to dev

This commit is contained in:
Thomas Cole 2022-06-03 06:53:42 -04:00
parent 7bfee0841a
commit 0c09b5c0ae

View File

@ -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": {