Skip to content

Commit

Permalink
chore: add node polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Oct 29, 2024
1 parent a07fe4c commit eb18e5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/buddybook/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ export default defineConfig({
assetFileNames: 'assets/[name]-[hash].[ext]'
}
}
},
define: {
'process.env': {}
}
})

0 comments on commit eb18e5d

Please sign in to comment.