Skip to content

Commit 218969b

Browse files
committed
refactor: print when a served app is running
This is a useful indication as starting the server can take a while, but it's good to know when it's ready and have a way to also jump onto the page.
1 parent 6e32f9e commit 218969b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runner/orchestration/serve-testing-worker.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ export async function serveAndTestApp(
3838
rootPromptDef,
3939
progress,
4040
async serveUrl => {
41+
progress.log(
42+
rootPromptDef,
43+
'serve-testing',
44+
`Validating the running app (URL: ${serveUrl})`,
45+
);
4146
const serveParams: ServeTestingWorkerMessage = {
4247
serveUrl,
4348
appName: rootPromptDef.name,

0 commit comments

Comments
 (0)