22 lines
489 B
JSON
22 lines
489 B
JSON
{
|
|
"$schema": "./node_modules/wrangler/config-schema.json",
|
|
"name": "autumn",
|
|
"account_id": "67720b647ff2b55cf37ba3ef9e677083",
|
|
"compatibility_date": "2026-06-23",
|
|
"assets": {
|
|
"directory": "./dist",
|
|
"not_found_handling": "single-page-application"
|
|
},
|
|
"vars": {
|
|
"VITE_APP_ENV": "prod",
|
|
"VITE_FRONTEND_URL": "https://autumn.bowong.ai",
|
|
"VITE_BACKEND_URL": "https://autumn-api.bowong.cc"
|
|
},
|
|
"routes": [
|
|
{
|
|
"pattern": "autumn.bowong.ai",
|
|
"custom_domain": true
|
|
}
|
|
]
|
|
}
|