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 node from "@astrojs/node";
|
||||
|
||||
import cloudflare from "@astrojs/cloudflare";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: "server",
|
||||
adapter: node({
|
||||
mode: "standalone"
|
||||
})
|
||||
adapter: cloudflare()
|
||||
});
|
|
@ -11,8 +11,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"7.css": "^0.16.0",
|
||||
"@astrojs/node": "^8.3.2",
|
||||
"astro": "^4.12.2",
|
||||
"@astrojs/cloudflare": "^12.2.4",
|
||||
"@astrojs/node": "^9.1.3",
|
||||
"astro": "^5.5.2",
|
||||
"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
Reference in a new issue