Files
MoonTVPlus/edgeone.json
T
2026-06-18 11:25:07 +08:00

13 lines
308 B
JSON

{
"$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
}
}
}