Skip to content

Commit

Permalink
define blank process.env
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleawayan committed Aug 8, 2022
1 parent 820963b commit b4820e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/storybook/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ module.exports = {
// customize the Vite config here
return {
...config,
define: {
"process.env": {},
},
resolve: {
alias: [
{
Expand Down

1 comment on commit b4820e3

@kyleawayan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.