We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a6f7a commit 40c84d9Copy full SHA for 40c84d9
doc/modules/ROOT/pages/cljs/shadow-cljs.adoc
@@ -58,6 +58,11 @@ $ npx shadow-cljs server
58
59
And connect to it with `cider-connect`.
60
61
+If https://docs.cider.mx/cider-nrepl/[cider-nrepl] isn't in your
62
+classpath you should make sure it's there. You can do this by adding
63
+it to `:dependencies` in the `shadow-cljs.edn` configuration file
64
+residing in the root of your project.
65
+
66
If you already have a running server watching a build (for instance
67
you have already run `npx shadow-cljs watch :dev`), you can use the
68
`shadow-select` CLJS REPL and specify `:dev` when prompted.
0 commit comments