lambdaisland

richiardiandrea 2025-02-12T23:37:39.784379Z

Hi all, trying to use launchpad for the first time but for some reason it does not seem to pick up my :lauchpad/main-opts options - I don't see :middleware populated with cider stuff when "--cider-nrepl" is in there. This is my deps.local.edn

{;; regular deps.edn stuff will work in here
 :deps {}
 :aliases {}

 ;; but some extra keys are supported to influence launchpad itself
 :launchpad/main-opts ["-b" "0.0.0.0" "--cider-nrepl"]
 :launchpad/shadow-build-ids []
 :launchpad/shadow-connect-ids []
 }
Am I misinterpreting anything here?

plexus 2025-02-18T14:16:50.646039Z

yes, we're open to PRs!

richiardiandrea 2025-02-13T17:24:41.486989Z

Is the lauchpad project open to PRs? I might know where the problem is