feat: add EdgeOne adapter support

Integrates EdgeOne as a deployment adapter alongside existing providers like Cloudflare, Netlify, Node, and Vercel.

Enables deployment to EdgeOne platform by adding the adapter package and configuration, expanding the available deployment options for the project.
This commit is contained in:
ccbikai
2025-12-13 16:33:34 +08:00
parent d5249adc12
commit 4dbe36fa77
3 changed files with 75 additions and 9 deletions

View File

@@ -32,6 +32,7 @@
"@astrojs/netlify": "^6.6.0",
"@astrojs/node": "^9.5.0",
"@astrojs/vercel": "^9.0.0",
"@edgeone/astro": "^1.0.5",
"@types/prismjs": "^1.26.5",
"astro": "^5.15.7",
"astro-eslint-parser": "^1.2.2",