dx: replace . with / at the end of served url

pull/210/head
domnantas 5 years ago
parent 1eed0536ed
commit 683f3fe781

@ -30,6 +30,6 @@ export async function serve(options: ServeOptions = {}) {
.use(compress, serve)
.listen(port, (err: any) => {
if (err) throw err
console.log(`Built site served at http://localhost:${port}.\n`)
console.log(`Built site served at http://localhost:${port}/\n`)
})
}

Loading…
Cancel
Save