Skip to content

Commit 5924af9

Browse files
committed
chore: add edgeone.json
1 parent 74528dd commit 5924af9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

edgeone.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "deep-research-web",
3+
"buildCommand": "pnpm generate:optimize",
4+
"installCommand": "pnpm install",
5+
"outputDirectory": ".output/public",
6+
"nodeVersion": "20.18.0",
7+
"headers": [
8+
{
9+
"source": "/version.json",
10+
"headers": [
11+
{
12+
"key": "Cache-Control",
13+
"value": "public, max-age=0"
14+
}
15+
]
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)