Skip to content

Commit

Permalink
Add server repl alias
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaaad committed Feb 13, 2021
1 parent 1c7c807 commit 42952f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
com.vladsch.flexmark/flexmark-ext-wikilink {:mvn/version "0.62.0"}
com.vladsch.flexmark/flexmark-ext-autolink {:mvn/version "0.62.0"}}
:aliases {:repl {:main-opts ["-m" "vlaaad.reveal" "repl"]}
:server {:exec-fn clojure.core.server/start-server
:exec-args {:name "Reveal"
:port 5555
:accept vlaaad.reveal/repl
:server-daemon false}}
:prepl {:main-opts ["-m" "vlaaad.reveal" "io-prepl"]}
:nrepl {:extra-deps {nrepl/nrepl {:mvn/version "0.6.0"}}
:main-opts ["-m" "nrepl.cmdline" "--middleware" "[vlaaad.reveal.nrepl/middleware]"]}
Expand Down

0 comments on commit 42952f3

Please sign in to comment.