chore(agent): configure AI agents and tools
Add configuration for BMad, Claude, OpenCode, and other AI agent tools and workflows.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "./node_modules/wrangler/config-schema.json",
|
||||
"// Comment": "Static site deployment configuration for Astro on Cloudflare Workers",
|
||||
"name": "your-app-name",
|
||||
"compatibility_date": "2025-01-19",
|
||||
"// Comment assets": "Static assets configuration",
|
||||
"assets": {
|
||||
"directory": "./dist",
|
||||
"binding": "ASSETS",
|
||||
"// Comment html_handling": "Options: none, force-trailing-slash, strip-trailing-slash",
|
||||
"html_handling": "none",
|
||||
"// Comment not_found_handling": "Options: none, 404-page, spa-fallback",
|
||||
"not_found_handling": "none"
|
||||
},
|
||||
"// Comment vars": "Non-sensitive environment variables",
|
||||
"vars": {
|
||||
"ENVIRONMENT": "production",
|
||||
"PUBLIC_SITE_URL": "https://your-app-name.workers.dev"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user