Skip to content

Commit

Permalink
Make npm run dev work
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jun 21, 2023
1 parent f973089 commit b1bab26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ export default defineConfig({
},
},
},
define: { 'process.env.NODE_ENV': '"production"' },
define: { 'process.env.NODE_ENV': `'${process.env.NODE_ENV}'` },
})

0 comments on commit b1bab26

Please sign in to comment.