diff options
| author | Joe Carstairs <me@joeac.net> | 2025-12-12 14:47:04 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-12-12 14:47:04 +0000 |
| commit | fa8948da138f949564ab0124078eb0da3bb70562 (patch) | |
| tree | 08dd3428b1588588f5ff2468f35e224735eb000b /package.json | |
| parent | ed6a6428a34aea00e57f7eaeda565fc72ab93390 (diff) | |
run instructions
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": { |
