Skip to content

Commit

Permalink
[all]: Switch to the Nitro preset bun
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Mar 26, 2024
1 parent c2eb23b commit 852beb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/admin/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ export default defineNuxtConfig({

devtools: false,

nitro: {
preset: 'bun'
},

postcss: {
plugins: {
'tailwindcss': {},
Expand Down
4 changes: 4 additions & 0 deletions packages/home/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ export default defineNuxtConfig({

devtools: false,

nitro: {
preset: 'bun'
},

postcss: {
plugins: {
'tailwindcss': {},
Expand Down

0 comments on commit 852beb9

Please sign in to comment.