Fix BUN preset for Nitro
This commit is contained in:
parent
298f47a280
commit
4150b69ba3
|
|
@ -119,7 +119,7 @@ export default defineNuxtConfig({
|
|||
},
|
||||
],
|
||||
nitro: {
|
||||
preset: 'node',
|
||||
preset: 'bun',
|
||||
experimental: {
|
||||
tasks: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue