Skip to content

Commit

Permalink
fix: use remote database
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed May 22, 2024
1 parent c6d42f9 commit 10bbc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 10bbc3c

Please sign in to comment.