fix: corriger la structure des limites dans wrangler.jsonc

This commit is contained in:
2025-12-17 11:18:32 +01:00
parent 9f34ae9a61
commit 6ca88154a9

View File

@@ -15,6 +15,9 @@
"custom_domain": true
}
],
"limits": {
"cpu_ms": 300000,
},
"placement": {
"mode": "smart",
},