Skip to content

Commit

Permalink
Fix Clerk render deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zampino committed Aug 16, 2024
1 parent a67078f commit c4a53cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@
{:extra-paths ["sci"]
:main-opts ["-m" "shadow.cljs.devtools.cli"]
:jvm-opts ["-Dclerk.resource_manifest={\"/js/viewer.js\" \"http://localhost:8021/viewer.js\"}"]
:extra-deps {io.github.nextjournal/clerk.render {:git/url "https://github.com/nextjournal/clerk"
:extra-deps {
;; FIXME: on clerk side, move sci.nrepl to render deps
io.github.babashka/sci.nrepl {:git/sha "630062b76a4a9ca7d2565fd494d7baaf3460554b"}
io.github.nextjournal/clerk.render {:git/url "https://github.com/nextjournal/clerk"
:git/sha "c55021fb6f5823ed1b2afae70d14ec269f3c493c"
:deps/root "render"}}}

Expand Down

0 comments on commit c4a53cb

Please sign in to comment.