mirror of
https://github.com/jakejarvis/shortty.git
synced 2025-04-26 01:55:22 -04:00
20 lines
331 B
JSON
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"
|
|
}
|
|
]
|
|
}
|