Commit bc4bb63
authored
fix(neon): use named import for postgresPlugin (#320)
The @neondatabase/vite-plugin-postgres package exports postgresPlugin as a
named export, not a default export. This fixes the SyntaxError when running
pnpm dev on projects created with the Neon add-on.
Fixes #3181 parent c529055 commit bc4bb63
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- examples/custom-cli/create-rwsdk/add-ons/neon/assets
- packages/create/src/frameworks/react/add-ons/neon/assets
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments