This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-12
Channels
- # aleph (3)
- # announcements (15)
- # architecture (6)
- # babashka (35)
- # babashka-sci-dev (10)
- # biff (5)
- # calva (9)
- # cherry (1)
- # cider (44)
- # clj-kondo (31)
- # cljfx (1)
- # clojure (108)
- # clojure-europe (32)
- # clojure-norway (12)
- # clojurescript (15)
- # conjure (3)
- # cursive (8)
- # datahike (1)
- # datalevin (19)
- # datascript (1)
- # datomic (59)
- # emacs (4)
- # graphql (3)
- # jobs (1)
- # luminus (6)
- # meander (9)
- # membrane (45)
- # nbb (67)
- # off-topic (16)
- # portal (3)
- # remote-jobs (1)
- # scittle (8)
- # shadow-cljs (46)
- # test-check (7)
- # tools-deps (5)
- # vim (63)
- # web-security (11)
- # xtdb (15)
hi, any idea on how I can Jack in a luminus project in Calva and have the same output as "lein run" ?
I have setup this project https://github.com/ieugen/ctmx-calendar .
using lein run
starts a web servers on port 3000 and a repl port on port 7000 that I can connect to.
lein run also provides logs.
I tried calva jack in with profile/dev and project dev.
repl starts and is connected but port 3000 does not run.
Also I don't see the logs.
Any idea what I am doing wrong ?
I did read https://calva.io/luminus/
calva runs this:
lein update-in :dependencies conj '[nrepl,"0.9.0"]' -- update-in :plugins conj '[cider/cider-nrepl,"0.28.5"]' -- update-in '[:repl-options,:nrepl-middleware]' conj '["cider.nrepl/cider-middleware"]' -- with-profile +dev,+project/dev,+profiles/dev repl :headless
ok, the docs mention that (and the video - nice music voice effects 🙂 ) . but I don't have one. Is that something that comes with shadocljs template ? !
thank you @U0ETXRFEW: I have ignored that file . I did not know about it. I solved. was my fault