Files
deep-research-web-ui/edgeone.json
2025-02-15 12:34:00 +08:00

18 lines
365 B
JSON

{
"name": "deep-research-web",
"buildCommand": "pnpm generate:optimize",
"installCommand": "pnpm install",
"outputDirectory": ".output/public",
"nodeVersion": "20.18.0",
"headers": [
{
"source": "/version.json",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=0"
}
]
}
]
}