This commit is contained in:
Adria Navarro 2023-12-21 18:02:44 +01:00
parent 3eee77c549
commit c518d8a7fa
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ async function run() {
}))
)
)
console.log(
`Access the app here: http://localhost:10000/builder/app/${app._id}`
)
}
run()