Skip to content

Commit

Permalink
Enable Live Reload Docs (#2686)
Browse files Browse the repository at this point in the history
enable livereload docs.

Co-authored-by: Adam Fraser <[email protected]>
  • Loading branch information
khajavi and adamgfraser authored Feb 20, 2024
1 parent 80ab087 commit d503d2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ lazy val docs = project
.in(file("zio-http-docs"))
.settings(stdSettings("zio-http-docs"))
.settings(
fork := false,
moduleName := "zio-http-docs",
scalacOptions -= "-Yno-imports",
scalacOptions -= "-Xfatal-warnings",
Expand Down

0 comments on commit d503d2a

Please sign in to comment.