mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user