Skip to content

Commit

Permalink
chore: fix keplr unit package
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Mar 22, 2023
1 parent f596af7 commit c55d9d1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions nuxt-config/vite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ export default defineConfig({
}
},

resolve: {
//
},

server: {
fs: {
// Allow serving files from one level up to the project root
Expand All @@ -37,7 +33,9 @@ export default defineConfig({
},

optimizeDeps: {
exclude: ['fsevents']
exclude: ['fsevents'],

include: ['@keplr-wallet/unit']
}
}) as UserConfig

Expand Down

0 comments on commit c55d9d1

Please sign in to comment.