mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-03 02:20:59 -05:00
fix(ui): ui command: display URL
This commit is contained in:
@@ -49,7 +49,9 @@ async function ui (options = {}, context = process.cwd()) {
|
||||
}
|
||||
|
||||
server(opts, () => {
|
||||
openBrowser(`http://localhost:${process.env.VUE_APP_GRAPHQL_PORT}`)
|
||||
const url = `http://localhost:${process.env.VUE_APP_GRAPHQL_PORT}`
|
||||
console.log(`🌠 Ready on ${url}`)
|
||||
openBrowser(url)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user