{ "$schema": "https://raw.githubusercontent.com/recaptimedev-labs/workers-config-schema/refs/heads/main/config-schema.json", "name": "website", "account_id": "cf0bd808c6a294fd8c4d8f6d2cdeca05", "compatibility_date": "2025-06-01", "assets": { "directory": "./public", "html_handling": "auto-trailing-slash", "not_found_handling": "404-page", "run_worker_first": false }, "build": { "command": "pipenv run build" }, "workers_dev": true, "preview_urls": true, "routes": [ { "custom_domain": true, "pattern": "andreijiroh.dev" } ] }