From fcb297637d49e1c53503f1d051639900a219c25f Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Dec 2025 10:58:34 +0000 Subject: adds --remote to build command --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index b385188..8020ef5 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "private": "true", "scripts": { "dev": "cd website && astro dev", - "start": "cd website && astro build && node ./dist/server/entry.mjs", - "build": "cd website && astro build", + "start": "cd website && astro build --remote && node ./dist/server/entry.mjs", + "build": "cd website && astro build --remote", "preview": "cd website && astro preview", "astro": "cd website && astro" }, @@ -11,6 +11,7 @@ "node": "^22.14.0" }, "dependencies": { + "@astrojs/db": "^0.18.3", "@astrojs/mdx": "^4.3.0", "@astrojs/node": "^9.5.1", "@astrojs/rss": "^4.0.10", -- cgit v1.2.3