Skip to content

Commit f030437

Browse files
author
Simon Baerlocher
committed
feat: remove _serviceExists web check
1 parent 205c9a5 commit f030437

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

commands/project/open.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
function project:open() {
1212
_checkProject
1313

14-
_serviceExists web
15-
1614
for openUrl in $(${DOCKER_COMPOSE} config | _yq_stdin e '.services.*.environment.OPEN_URL | select(length>0)'); do
1715
_logGreen "open ${openUrl}"
1816
echo "DDE_BROWSER ${DDE_BROWSER}"
@@ -29,12 +27,3 @@ function project:open() {
2927
open() {
3028
project:open
3129
}
32-
33-
34-
35-
36-
37-
38-
39-
40-

0 commit comments

Comments
 (0)