Skip to content

Commit

Permalink
correctly set ssr:serve mode (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdunk authored and Akryum committed Feb 11, 2019
1 parent 55687a5 commit 2037d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ module.exports = (api, options) => {

module.exports.defaultModes = {
'ssr:build': 'production',
'ssr:server': 'development',
'ssr:serve': 'development',
}

0 comments on commit 2037d18

Please sign in to comment.