Skip to content

Commit 04be969

Browse files
committed
Merge branch 'alternation-engine' of https://github.com/drizzle-team/drizzle-orm into alternation-engine
2 parents e3cad09 + 3065873 commit 04be969

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
@@ -68,7 +68,11 @@ const main = async () => {
6868
await tsup.build({
6969
entryPoints: ['./src/ext/api-postgres.ts', './src/ext/api-mysql.ts', './src/ext/api-sqlite.ts'],
7070
outDir: './dist',
71-
external: ['bun:sqlite'],
71+
external: [
72+
'esbuild',
73+
'drizzle-orm',
74+
...driversPackages,
75+
],
7276
splitting: false,
7377
dts: true,
7478
format: ['cjs', 'esm'],

0 commit comments

Comments
 (0)