mirror of
https://github.com/wahyd4/heygo.git
synced 2026-08-09 05:15:52 +10:00
28 lines
625 B
JSON
28 lines
625 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "heygo",
|
|
"main": "worker/index.ts",
|
|
"compatibility_date": "2026-06-20",
|
|
"assets": {
|
|
"directory": "./dist/client",
|
|
"not_found_handling": "single-page-application"
|
|
},
|
|
"observability": {
|
|
"enabled": true
|
|
},
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB",
|
|
"database_name": "heygo-shortlinks",
|
|
"database_id": "00000000-0000-0000-0000-000000000000",
|
|
"migrations_dir": "migrations"
|
|
}
|
|
],
|
|
"kv_namespaces": [
|
|
{
|
|
"binding": "PUBLIC_LINK_CACHE",
|
|
"id": "00000000-0000-0000-0000-000000000000"
|
|
}
|
|
]
|
|
}
|