install.json
{
"files": [
{
"from": "src/_headers",
"to": "_headers"
},
{
"from": "src/_redirects",
"to": "_redirects"
},
{
"from": "src/wrangler.toml.tmpl",
"to": "wrangler.toml"
}
],
"env_required": []
}