Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Jun 3, 2024
1 parent ee53945 commit d25ba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/live.server.scala
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ object LiveServer extends IOApp:
_ <- logger.info(s"Start dev server on http://localhost:${lsc.port}").toResource
server <- buildServer(app.orNotFound, lsc.port)

// - <- openBrowser(Some(openBrowserAt), port)(logger).toResource
_ <- IO.whenA(!lsc.preventBrowserOpen)(openBrowser(Some(lsc.openBrowserAt), lsc.port)(logger)).toResource
yield server

server
Expand Down

0 comments on commit d25ba15

Please sign in to comment.