chore: add edgeone.json

This commit is contained in:
AnotiaWang
2025-02-15 12:34:00 +08:00
parent 74528ddca7
commit 5924af9c8c

18
edgeone.json Normal file
View File

@ -0,0 +1,18 @@
{
"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"
}
]
}
]
}