Skip to content

Commit 8187546

Browse files
committed
style: format configuration files with biome and update lockfile
1 parent e72563c commit 8187546

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

bun.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import path from 'node:path';
2+
import { cloudflare } from '@cloudflare/vite-plugin';
23
import tailwindcss from '@tailwindcss/vite';
34
import react from '@vitejs/plugin-react';
45
import { defineConfig } from 'vite';
56

6-
import { cloudflare } from "@cloudflare/vite-plugin";
7-
87
export default defineConfig(() => {
98
return {
109
plugins: [react(), tailwindcss(), cloudflare()],
@@ -21,4 +20,4 @@ export default defineConfig(() => {
2120
watch: process.env.DISABLE_HMR === 'true' ? null : {},
2221
},
2322
};
24-
});
23+
});

wrangler.jsonc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
88
"assets": {
99
"not_found_handling": "single-page-application"
1010
},
11-
"compatibility_flags": [
12-
"nodejs_compat"
13-
]
11+
"compatibility_flags": ["nodejs_compat"]
1412
}

0 commit comments

Comments
 (0)