Skip to content

Commit 2cd01ec

Browse files
fix: Update external dependencies in api build configuration
1 parent 5772d82 commit 2cd01ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

drizzle-kit/build.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@ const main = async () => {
105105
await tsup.build({
106106
entryPoints: ['./src/api.ts'],
107107
outDir: './dist',
108-
external: ['bun:sqlite'],
108+
external: [
109+
'esbuild',
110+
'drizzle-orm',
111+
...driversPackages,
112+
],
109113
splitting: false,
110114
dts: true,
111115
format: ['cjs', 'esm'],

0 commit comments

Comments
 (0)