Add logs
This commit is contained in:
parent
3eee77c549
commit
c518d8a7fa
|
@ -128,6 +128,10 @@ async function run() {
|
||||||
}))
|
}))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
console.log(
|
||||||
|
`Access the app here: http://localhost:10000/builder/app/${app._id}`
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
run()
|
run()
|
||||||
|
|
Loading…
Reference in New Issue