expo-popcore-old/wrangler.jsonc

36 lines
706 B
Plaintext

{
"$schema": "../../node_modules/wrangler/config-schema.json",
"name": "popcore-frontend",
"account_id": "67720b647ff2b55cf37ba3ef9e677083",
"compatibility_date": "2025-04-01",
"compatibility_flags": [
"nodejs_compat"
],
"observability": {
"enabled": true
},
"upload_source_maps": true,
"assets": {
"directory": "dist",
"not_found_handling": "single-page-application"
},
"env": {
"test": {
"routes": [
{
"pattern": "app-test.popcore.ai",
"custom_domain": true
}
]
},
"prod": {
"routes": [
{
"pattern": "app.popcore.ai",
"custom_domain": true
}
]
}
}
}