Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-toubia committed Mar 9, 2020
1 parent 91521cd commit 3a3367e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/readthedocs/source/connect-sequences.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ A connect sequence configures the following:
* `cljAliases`: At Jack-in to a Clojure CLI project, use these aliases to launch the repl.
* `cljsLaunchBuilds`: The cljs builds to start/watch at Jack-in/connect.
* `cljsDefaultBuild`: Which cljs build to attach to at the initial connect.
* `projectRootDir`: The root directory to execute the Jack-in command from. This will override the default behavior for determining the root directory relative to the current open file. This is useful for working in monorepos.

The [Calva built-in sequences](https://github.com/BetterThanTomorrow/calva/blob/master/calva/nrepl/connectSequence.ts) also uses this format, check them out to get a clearer picture of how these settings work.

Expand Down

0 comments on commit 3a3367e

Please sign in to comment.