update dependencies
This commit is contained in:
parent
4ee9a3723c
commit
fd44e9866e
3 changed files with 1693 additions and 1481 deletions
|
@ -1,11 +1,10 @@
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
|
|
||||||
import node from "@astrojs/node";
|
import node from "@astrojs/node";
|
||||||
|
|
||||||
|
import cloudflare from "@astrojs/cloudflare";
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
output: "server",
|
output: "server",
|
||||||
adapter: node({
|
adapter: cloudflare()
|
||||||
mode: "standalone"
|
|
||||||
})
|
|
||||||
});
|
});
|
|
@ -11,8 +11,12 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"7.css": "^0.16.0",
|
"7.css": "^0.16.0",
|
||||||
"@astrojs/node": "^8.3.2",
|
"@astrojs/cloudflare": "^12.2.4",
|
||||||
"astro": "^4.12.2",
|
"@astrojs/node": "^9.1.3",
|
||||||
|
"astro": "^5.5.2",
|
||||||
"lanyard-wrapper": "^2.0.1"
|
"lanyard-wrapper": "^2.0.1"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"wrangler": "^3.112.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
3159
pnpm-lock.yaml
generated
3159
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue