summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
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",