Browse Source

Formatting.

gh-pages
mike12345567 5 years ago
parent
commit
68681fd441
  1. 6
      packages/cli/src/hosting/index.js

6
packages/cli/src/hosting/index.js

@ -101,7 +101,11 @@ async function init(type) {
async function start() {
await checkDockerConfigured()
checkInitComplete()
console.log(info("Starting services, this may take a moment - first time this may take a few minutes to download images."))
console.log(
info(
"Starting services, this may take a moment - first time this may take a few minutes to download images."
)
)
const port = makeEnv.get("MAIN_PORT")
await handleError(async () => {
// need to log as it makes it more clear

Loading…
Cancel
Save