edgeone部署支持

This commit is contained in:
mtvpls
2026-06-18 11:25:07 +08:00
parent 5e78189e69
commit 8997228be4
7 changed files with 4818 additions and 43 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"$schema": "https://edgeone.ai/schema/edgeone.json",
"installCommand": "pnpm install --frozen-lockfile",
"buildCommand": "BUILD_TARGET=edgeone EDGEONE_PAGES=1 pnpm build",
"outputDirectory": ".next",
"nodeVersion": "24",
"cloudFunctions": {
"nodejs": {
"maxDuration": 120
}
}
}