kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
17 wiersze
419 B
Plaintext
17 wiersze
419 B
Plaintext
/**
|
|
* https://developers.cloudflare.com/workers/wrangler/configuration/
|
|
*/
|
|
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "agentic-mcp-search",
|
|
"main": "src/worker.ts",
|
|
"compatibility_date": "2025-05-25",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"placement": { "mode": "smart" },
|
|
"upload_source_maps": true,
|
|
"observability": {
|
|
"enabled": true,
|
|
"head_sampling_rate": 1
|
|
}
|
|
}
|