Skip to content

Commit

Permalink
put node back in
Browse files Browse the repository at this point in the history
  • Loading branch information
stirlhoss committed Sep 26, 2024
1 parent 739a593 commit 4cad7ed
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 1 deletion.
8 changes: 7 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
import { defineConfig } from "astro/config";

import node from "@astrojs/node";

// import qwikdev from "@qwikdev/astro";

// https://astro.build/config
export default defineConfig({
integrations: [],
server: { port: 8080 },
site: "https://bablr.org",
output: "static",
output: "server",

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 @@ -10,6 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.15.5"
},
"devDependencies": {
Expand Down

0 comments on commit 4cad7ed

Please sign in to comment.