1 2 3 4 5 6 7 8 9 10 11 12{ "$schema": "node_modules/wrangler/config-schema.json", "name": "realworld-api-rest", "compatibility_date": "2026-02-12", "compatibility_flags": ["nodejs_compat"], "main": "./worker/index.ts", "preview_urls": true, "assets": { "not_found_handling": "none" } }