Spaces:
Build error
Build error
File size: 271 Bytes
1ac9f32 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"$schema": "node_modules/wrangler/config-schema.json",
"name": "the-algorithm",
"compatibility_date": "2025-09-27",
"observability": {
"enabled": true
},
"assets": {
"directory": "templates"
},
"compatibility_flags": [
"nodejs_compat"
]
}
|