chore: update peerDeps support
This commit is contained in:
parent
424e9e4494
commit
41af5c530b
3 changed files with 1956 additions and 1354 deletions
|
@ -1,11 +1,6 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import node from "@astrojs/node";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: "server",
|
||||
adapter: node({
|
||||
mode: "standalone"
|
||||
})
|
||||
});
|
3298
package-lock.json
generated
3298
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -29,11 +29,10 @@
|
|||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^2.8.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/node": "^5.3.0",
|
||||
"devalue": "^4.3.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^3.1.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue