From 0c09b5c0ae095119d1e21e391f0516c50e7be227 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Fri, 3 Jun 2022 06:53:42 -0400 Subject: [PATCH] Renamed start command to dev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 545ab23..f7d0235 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Repo for my personal website", "main": "index.js", "scripts": { - "start": "astro dev", + "dev": "astro dev", "build": "astro build" }, "repository": {