Add wrangler configuration for deployment of the Autumn project
This commit is contained in:
File diff suppressed because one or more lines are too long
21
vite/wrangler.jsonc
Normal file
21
vite/wrangler.jsonc
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"$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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user