Skip to content

Commit 845668b

Browse files
lacolacofilipesilva
authored andcommitted
fix(@angular/cli): open app with servePath
1 parent 6a07aae commit 845668b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/tasks/serve.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export default Task.extend({
281281
return reject(err);
282282
}
283283
if (serveTaskOptions.open) {
284-
opn(serverAddress);
284+
opn(serverAddress + servePath);
285285
}
286286
});
287287
// Node 8 has a keepAliveTimeout bug which doesn't respect active connections.

0 commit comments

Comments
 (0)