1
mirror of https://github.com/jakejarvis/shortty.git synced 2025-04-25 16:35:23 -04:00
shortty/wrangler.jsonc
2025-04-03 15:59:21 -04:00

20 lines
331 B
JSON

{
"name": "shortty",
"main": "src/index.ts",
"compatibility_date": "2025-04-01",
"compatibility_flags": [],
"workers_dev": true,
"routes": [
{
"pattern": "YOUR_SHORT_DOMAIN",
"custom_domain": true
}
],
"kv_namespaces": [
{
"binding": "KV",
"id": "YOUR_NAMESPACES_ID"
}
]
}