From fa8948da138f949564ab0124078eb0da3bb70562 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 12 Dec 2025 14:47:04 +0000 Subject: run instructions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 64e001b..3a62ae3 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "private": "true", "scripts": { "dev": "cd website && astro dev", - "start": "cd website && astro dev", + "start": "cd website && astro build && node ./dist/server/entry.mjs", "build": "cd website && astro build", - "preview": "cd cd website && webiste && astro preview", + "preview": "cd website && astro preview", "astro": "cd website && astro" }, "engines": { -- cgit v1.2.3