Skip to content

Commit

Permalink
Rename adapters!!! :wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Sep 28, 2024
1 parent e7a4b80 commit 2583822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import com.hexagontk.core.urlOf
import com.hexagontk.core.media.TEXT_PLAIN
import com.hexagontk.http.model.ContentType
import com.hexagontk.http.server.HttpServer
import com.hexagontk.http.server.jetty.serve

lateinit var server: HttpServer

Expand Down
1 change: 1 addition & 0 deletions site/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ tasks.register<Exec>("defaultSite") {
}

tasks.register<Exec>("serveSite") {
dependsOn("checkDocs", "installMkDocs")
environment.put("PATH", System.getenv("PATH") + ":$venv/bin")
commandLine("$venv/bin/mike serve".split(" "))
}
Expand Down

0 comments on commit 2583822

Please sign in to comment.