From 10bbc3c6e3ce1fe7d89b4b0a4122f1553a76d998 Mon Sep 17 00:00:00 2001 From: Princesseuh <3019731+Princesseuh@users.noreply.github.com> Date: Wed, 22 May 2024 11:31:35 +0200 Subject: [PATCH] fix: use remote database --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25c1d72..978d756 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "astro": "astro", "dev": "ASTRO_DATABASE_FILE=api/cataloguedb.db astro dev", "dev:vercel": "vercel dev --listen 4321", - "build": "bash ./scripts/unshallowVercel.sh && ASTRO_DATABASE_FILE=api/cataloguedb.db astro build", + "build": "bash ./scripts/unshallowVercel.sh && astro build --remote", "preview": "astro preview", "check": "astro check", "lint": "eslint . --ext .ts,.js,.astro --report-unused-disable-directives",