Skip to content

Commit f0a1adc

Browse files
authored
Add initial wrangler configuration file (#96)
Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
1 parent 0b3156d commit f0a1adc

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

wrangler.jsonc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "shenanigansd-dog",
3+
"compatibility_date": "2026-04-10",
4+
"version_metadata": {
5+
"binding": "CF_VERSION_METADATA"
6+
},
7+
"assets": {
8+
"binding": "ASSETS",
9+
"directory": "./dist/client"
10+
},
11+
"routes": [
12+
{
13+
"pattern": "idinet.impressdesigns.com",
14+
"custom_domain": true
15+
}
16+
],
17+
"preview_urls": true
18+
}

0 commit comments

Comments
 (0)