mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-10 15:41:27 -07:00
Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"name": "{{ slug name }}",
|
||||
"main": "src/{{ slug name }}.app.ts",
|
||||
"compatibility_date": "2025-09-20",
|
||||
"compatibility_flags": ["nodejs_compat"],
|
||||
"routes": [],
|
||||
"upload_source_maps": true,
|
||||
"observability": {
|
||||
"logs": {
|
||||
"enabled": true,
|
||||
"head_sampling_rate": 1 // 100%
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user