Initial commit: expo-popcore project

This commit is contained in:
imeepos
2025-12-25 16:31:17 +08:00
commit 0cbb74e03a
188 changed files with 20796 additions and 0 deletions

35
wrangler.jsonc Normal file
View 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
}
]
}
}
}