kinaiok
Initial deployment setup for Hugging Face Spaces
5ef6e9d
{
"version": 2,
"functions": {
"api/solve.ts": {
"maxDuration": 60,
"memory": 1024
},
"api/health.ts": {
"maxDuration": 10
}
},
"headers": [
{
"source": "/api/(.*)",
"headers": [
{ "key": "Access-Control-Allow-Origin", "value": "*" },
{ "key": "Access-Control-Allow-Methods", "value": "GET,POST,OPTIONS" },
{ "key": "Access-Control-Allow-Headers", "value": "Content-Type,X-Solver-Secret" }
]
}
]
}