lambdaisland 2025-02-12

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?

yes, we're open to PRs!

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