fix: configure Nitro to use Bun preset
This commit is contained in:
parent
8497cd819d
commit
3cfa59d3a5
2 changed files with 11 additions and 6 deletions
|
|
@ -27,4 +27,7 @@ export default defineNuxtConfig({
|
|||
|
||||
public: {},
|
||||
},
|
||||
nitro: {
|
||||
preset: "bun",
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue