Skip to content

Commit a6e888d

Browse files
committed
fixup
1 parent 8e1cc16 commit a6e888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.base.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module.exports = (inputConfigs) => {
7979
onListening: (server) =>
8080
console.log(
8181
'App should run on:',
82-
`${server.options.https ? 'httpss' : 'http'}://localhost:${
82+
`${server.options.https ? 'https' : 'http'}://localhost:${
8383
server.options.port
8484
}`,
8585
),

0 commit comments

Comments
 (0)