File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -122,14 +122,20 @@ configure launchpad.
122
122
; ; but some extra keys are supported to influence launchpad itself
123
123
:launchpad/aliases [:proj1 ] ; additional aliases, will be added to whatever
124
124
; aliases you specify on the command line
125
+
125
126
:launchpad/main-opts [" --emacs" ] ; additional CLI flags, so you can encode your
126
127
; own preferences
128
+
129
+ ; ; takes options as a map and merges it into the `ctx`
130
+ :launchpad/options {:portal true
131
+ :nrepl-port 1234 }
132
+
127
133
:launchpad/shadow-build-ids [] ; which shadow builds to start, although it may
128
134
; be preferable to configure this as part of
129
135
; specific aliases in your main deps.edn
136
+
130
137
; ; which shadow builds to automatically connect to if `--emacs` flag is provided
131
- :launchpad/shadow-connect-ids []
132
- }
138
+ :launchpad/shadow-connect-ids []}
133
139
```
134
140
135
141
You don't have to stop there, you could add a ` dev/user.clj ` (add "dev" to your
You can’t perform that action at this time.
0 commit comments