We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1cc16 commit a6e888dCopy full SHA for a6e888d
config/webpack.base.config.js
@@ -79,7 +79,7 @@ module.exports = (inputConfigs) => {
79
onListening: (server) =>
80
console.log(
81
'App should run on:',
82
- `${server.options.https ? 'httpss' : 'http'}://localhost:${
+ `${server.options.https ? 'https' : 'http'}://localhost:${
83
server.options.port
84
}`,
85
),
0 commit comments