Skip to content

Commit

Permalink
Updating formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wking-io committed Oct 23, 2018
1 parent e381907 commit 7dbe9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/elm-live.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = (argv, options) => {
proxyPrefix: argv.proxyPrefix || false,
proxyHost: argv.proxyHost || false,
elmMakeArgs: argv.args || [],
startPage: argv.startPage || "index.html"
startPage: argv.startPage || 'index.html'
},
(argv.beforeBuild ? { beforeBuild: argv.beforeBuild } : {}),
(argv.afterBuild ? { afterBuild: argv.afterBuild } : {})
Expand Down

0 comments on commit 7dbe9a7

Please sign in to comment.