From 9a30e68b56cadbc7ea20bc1396606f15198b883e Mon Sep 17 00:00:00 2001 From: lew Date: Sun, 5 Apr 2026 01:44:19 +0100 Subject: [PATCH] use --remote with file: URL for production DB --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97967a8..682ba63 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "scripts": { "dev": "astro dev --port 4322", - "build": "ASTRO_DATABASE_FILE=data/guestbook.db astro build && node scripts/generate-stats.js", + "build": "astro build --remote && node scripts/generate-stats.js", "preview": "astro preview" }, "dependencies": {