diff --git a/edgeone.json b/edgeone.json new file mode 100644 index 0000000..71ba8d8 --- /dev/null +++ b/edgeone.json @@ -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" + } + ] + } + ] +} \ No newline at end of file