Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
raclim committed Aug 12, 2024
1 parent 2c3f7a0 commit 98d5320
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/previewServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ app.use(corsMiddleware);

// Enable pre-flight OPTIONS route for all end-points
app.options('*', corsMiddleware);

// Run Webpack dev server in development mode
if (process.env.NODE_ENV === 'development') {
const compiler = webpack(config);
Expand Down

0 comments on commit 98d5320

Please sign in to comment.