Fork me on GitHub
#nextjournal
<
2022-08-29
>
ChillPillzKillzBillz10:08:49

Hello, I've created a clerk session using

(clerk/serve! {:browse? true
                   :watch-paths ["src"]})
(clerk/show! "src/randomtry/script.clj")
I can see the clerk notebook properly. How do I shut it down... gracefully? Is there a (clerk/reset-server!...) type function?

Tom H.11:08:47

It's clerk/halt! I believe

mkvlr12:08:59

yep, there's also a #clerk channel btw