File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
doc/modules/ROOT/pages/cljs Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,12 @@ $ npx shadow-cljs server
5858
5959And 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
6262classpath you should make sure it's there. You can do this by adding
6363it 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
6668If you already have a running server watching a build (for instance
6769you have already run `npx shadow-cljs watch :dev`), you can use the
You can’t perform that action at this time.
0 commit comments