Skip to content

Commit 4b55995

Browse files
committed
Follow up on the previous commit
1 parent 40c84d9 commit 4b55995

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/modules/ROOT/pages/cljs/shadow-cljs.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ $ npx shadow-cljs server
5858

5959
And connect to it with `cider-connect`.
6060

61-
If https://docs.cider.mx/cider-nrepl/[cider-nrepl] isn't in your
61+
NOTE: If https://docs.cider.mx/cider-nrepl/[cider-nrepl] isn't in your
6262
classpath you should make sure it's there. You can do this by adding
6363
it to `:dependencies` in the `shadow-cljs.edn` configuration file
64-
residing in the root of your project.
64+
residing in the root of your project. Alternatively you can set
65+
`cider-repl-auto-detect-type` to `nil`, as the auto-detection of
66+
REPL types doesn't work without `cider-nrepl`.
6567

6668
If you already have a running server watching a build (for instance
6769
you have already run `npx shadow-cljs watch :dev`), you can use the

0 commit comments

Comments
 (0)