Initial commit: expo-popcore project
This commit is contained in:
35
wrangler.jsonc
Normal file
35
wrangler.jsonc
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user