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