Fix: added node adapter to the page
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
import { defineConfig } from "astro/config";
|
import { defineConfig } from "astro/config";
|
||||||
|
|
||||||
|
import node from "@astrojs/node";
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({});
|
export default defineConfig({
|
||||||
|
output: "server",
|
||||||
|
|
||||||
|
adapter: node({
|
||||||
|
mode: "standalone",
|
||||||
|
}),
|
||||||
|
});
|
||||||
|
|||||||
1646
package-lock.json
generated
1646
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,8 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^5.17.1",
|
"@astrojs/node": "^10.0.4",
|
||||||
|
"astro": "^6.1.3",
|
||||||
"lenis": "^1.3.17",
|
"lenis": "^1.3.17",
|
||||||
"nodemailer": "^8.0.1"
|
"nodemailer": "^8.0.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user