We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0ae15 commit 1d4c2b1Copy full SHA for 1d4c2b1
1 file changed
build.config.ts
@@ -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