Build fixes

This commit is contained in:
2024-11-26 16:49:07 +01:00
parent f22e63bd4d
commit 9a69a92ef8
3 changed files with 3 additions and 25 deletions

View File

@@ -136,6 +136,7 @@ export default defineNuxtConfig({
tasks: true,
},
rollupConfig: {
external: ['bun'],
plugins: [
vuePlugin({ include: /\.vue$/, target: 'node' })
]