mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"main": ".open-next/worker.js",
|
|
"name": "discordjs-guide",
|
|
"keep_names": false,
|
|
"compatibility_date": "2025-10-04",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"assets": {
|
|
"directory": ".open-next/assets",
|
|
"binding": "ASSETS",
|
|
},
|
|
"observability": {
|
|
"logs": {
|
|
"enabled": true,
|
|
"head_sampling_rate": 1,
|
|
"invocation_logs": true,
|
|
},
|
|
},
|
|
}
|