Skip to content

Commit 9ac253b

Browse files
committed
Add note about Cloudflare Vite plugin
1 parent 46d2a6c commit 9ac253b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/pg-cloudflare/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ config. For example:
2929
}
3030
```
3131
- `vite.config.js`
32+
33+
> [!NOTE]
34+
> If you are using the [Cloudflare Vite plugin](https://www.npmjs.com/package/@cloudflare/vite-plugin) then the following configuration is not necessary.
35+
3236
```js
3337
export default defineConfig({
3438
...,
@@ -44,6 +48,7 @@ config. For example:
4448
},
4549
})
4650
```
51+
4752
- `rollup.config.js`
4853
```js
4954
export default defineConfig({

0 commit comments

Comments
 (0)