{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "datarust",
"compatibility_date": "2026-07-26",
"routes": [
{
"pattern": "datarust.dev",
"custom_domain": true
}
],
"assets": {
"directory": "./dist",
"html_handling": "auto-trailing-slash",
"not_found_handling": "404-page"
}
}