Skip to content

Commit f4d9d57

Browse files
authored
Replacing externals with external
Using externals will throw an error while building.
1 parent c0b6c41 commit f4d9d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/frameworks/drizzle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default defineConfig({
8686
project: "<project ref>", // Your project reference
8787
// Your other config settings...
8888
build: {
89-
externals: ["pg"],
89+
external: ["pg"],
9090
},
9191
});
9292
```

0 commit comments

Comments
 (0)