Skip to content

Commit 1d4c2b1

Browse files
committed
chore(build): fix build
1 parent ad0ae15 commit 1d4c2b1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

build.config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import { defineBuildConfig } from 'unbuild'
2+
3+
export default defineBuildConfig({
4+
externals: [
5+
'consola',
6+
'pathe',
7+
'chalk',
8+
'prompts',
9+
'edgedb',
10+
'@edgedb/generate'
11+
]
12+
})

0 commit comments

Comments
 (0)