Skip to content

Commit 2c4ab1e

Browse files
committed
docs: add the new option for run configuration opt-out to the documentation
1 parent e15bacb commit 2c4ab1e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/configuration/overview.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,19 @@ melos:
170170
executeInTerminal: false
171171
```
172172

173+
### generateAppRunConfigs
174+
175+
Whether to generate the run configurations for flutter apps or not
176+
177+
The default is `true`.
178+
179+
```yaml
180+
melos:
181+
ide:
182+
intellij:
183+
generateAppRunConfigs: false
184+
```
185+
173186
## scripts
174187

175188
Define custom scripts that can be executed in the workspace via the

0 commit comments

Comments
 (0)