[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-08-04 12:14:59 +00:00
committed by GitHub
parent 50983179ee
commit c27e0e14b6

View File

@@ -10,7 +10,7 @@ For React applications, enable React Fast Refresh for component-level hot reload
```typescript
await Bun.build({
entrypoints: ['./src/App.tsx'],
entrypoints: ["./src/App.tsx"],
reactFastRefresh: true,
hotModuleReloading: true,
});