Files
2026-06-18 13:27:38 +08:00

13 lines
282 B
JSON

{
"$schema": "https://edgeone.ai/schema/edgeone.json",
"installCommand": "pnpm install --frozen-lockfile",
"buildCommand": "pnpm edgeone:build",
"outputDirectory": ".edgeone",
"nodeVersion": "24",
"cloudFunctions": {
"nodejs": {
"maxDuration": 120
}
}
}