Skip to content

Commit a3e2158

Browse files
authored
Run lints
Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
1 parent e5650c0 commit a3e2158

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// @ts-check
2-
import { defineConfig } from "astro/config";
32

43
import cloudflare from "@astrojs/cloudflare";
5-
64
import react from "@astrojs/react";
5+
import { defineConfig } from "astro/config";
76

87
// https://astro.build/config
98
export default defineConfig({

wrangler.jsonc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"compatibility_date": "2026-04-10",
66
"compatibility_flags": ["nodejs_compat"],
77
"version_metadata": {
8-
"binding": "CF_VERSION_METADATA",
8+
"binding": "CF_VERSION_METADATA"
99
},
1010
"assets": {
1111
"binding": "ASSETS",
12-
"directory": "./dist",
12+
"directory": "./dist"
1313
},
1414
"observability": {
15-
"enabled": true,
15+
"enabled": true
1616
},
1717
"placement": {
18-
"mode": "smart",
18+
"mode": "smart"
1919
},
2020
"upload_source_maps": true,
2121
"routes": [
2222
{
2323
"pattern": "letsbuilda.dev",
24-
"custom_domain": true,
25-
},
24+
"custom_domain": true
25+
}
2626
],
27-
"preview_urls": true,
27+
"preview_urls": true
2828
}

0 commit comments

Comments
 (0)