Skip to content

Commit

Permalink
chore(build): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Nov 11, 2023
1 parent ad0ae15 commit 1d4c2b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { defineBuildConfig } from 'unbuild'

export default defineBuildConfig({
externals: [
'consola',
'pathe',
'chalk',
'prompts',
'edgedb',
'@edgedb/generate'
]
})

0 comments on commit 1d4c2b1

Please sign in to comment.