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
58
58
59
59
And connect to it with `cider-connect`.
60
60
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
62
62
classpath you should make sure it's there. You can do this by adding
63
63
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`.
65
67
66
68
If you already have a running server watching a build (for instance
67
69
you have already run `npx shadow-cljs watch :dev`), you can use the
You can’t perform that action at this time.
0 commit comments