Update dev env

This commit is contained in:
2026-06-20 19:54:55 +10:00
parent 02367ad1b8
commit 73ca8ac321
3 changed files with 17 additions and 7 deletions
+12 -2
View File
@@ -6,6 +6,16 @@
"assets": {
"directory": "./dist/client"
},
"routes": [
{
"pattern": "dev.heygo.cc",
"custom_domain": true
},
{
"pattern": "my.dev.heygo.cc",
"custom_domain": true
}
],
"observability": {
"enabled": true
},
@@ -19,14 +29,14 @@
{
"binding": "DB",
"database_name": "heygo-shortlinks-dev",
"database_id": "00000000-0000-0000-0000-000000000000",
"database_id": "e25529ec-e492-4a84-94a1-f6012c2f9b10",
"migrations_dir": "migrations"
}
],
"kv_namespaces": [
{
"binding": "PUBLIC_LINK_CACHE",
"id": "00000000-0000-0000-0000-000000000000"
"id": "953fa8aa0a51485889d9a246512b30dc"
}
]
}