From ef306315388383c1b97d47bb0c58eb555187ec9c Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 11 Jan 2026 11:40:32 -0500 Subject: [PATCH] rtest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4c6dc8..6fd2276 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "type": "module", "version": "0.0.1", "scripts": { - "dev": "astro dev", "build": "astro build", + "dev": "astro dev", "preview": "astro preview", "astro": "astro", "prepare": "husky",