Skip to content

Commit

Permalink
remove always false expression
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed May 26, 2022
1 parent ccdc634 commit f1e52dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ prog
const config = {
plugins: [...(vite_config.plugins || []), plugins(svelte_config)]
};
config.server = config.server || {};
config.server = {};

// optional config from command-line flags
// these should take precedence, but not print conflict warnings
Expand Down

0 comments on commit f1e52dc

Please sign in to comment.