Skip to content

Commit 0a88a87

Browse files
committed
fix: add -nightly versions to externals
1 parent e5c123c commit 0a88a87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/commands/build.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,13 @@ export default defineCommand({
5656
},
5757
externals: [
5858
'@nuxt/schema',
59+
'@nuxt/schema-nightly',
5960
'@nuxt/schema-edge',
6061
'@nuxt/kit',
62+
'@nuxt/kit-nightly',
6163
'@nuxt/kit-edge',
6264
'nuxt',
65+
'nuxt-nightly',
6366
'nuxt-edge',
6467
'nuxt3',
6568
'vue',

0 commit comments

Comments
 (0)