Skip to content

Commit

Permalink
node adapter ?
Browse files Browse the repository at this point in the history
  • Loading branch information
isimmons committed Mar 23, 2024
1 parent f25ec9a commit 122c32c
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 1 deletion.
7 changes: 6 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
import db from "@astrojs/db";
import { defineConfig } from "astro/config";

import node from "@astrojs/node";

// https://astro.build/config
export default defineConfig({
output: "server",
integrations: [db()],
site: "https://isimmons.github.io",
});
adapter: node({
mode: "standalone"
})
});
176 changes: 176 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"dependencies": {
"@astrojs/db": "^0.9.3",
"@astrojs/node": "^8.2.5",
"astro": "^4.5.8"
},
"devDependencies": {
Expand Down

0 comments on commit 122c32c

Please sign in to comment.