Fix BUN preset for Nitro

This commit is contained in:
2024-12-05 13:19:09 +01:00
parent 298f47a280
commit 4150b69ba3

View File

@@ -119,7 +119,7 @@ export default defineNuxtConfig({
},
],
nitro: {
preset: 'node',
preset: 'bun',
experimental: {
tasks: true,
},