We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
phx_install
1 parent 5684151 commit 44f6a6eCopy full SHA for 44f6a6e
1 file changed
lib/igniter/util/info.ex
@@ -14,13 +14,14 @@ defmodule Igniter.Util.Info do
14
# I don't have time to fix this right now, nor can I think of a good way to actually
15
# do it. So for now, this ridiculous hack will have to do :)
16
@known_only_options [
17
- smokestack: [:test],
18
- mishka_chelekom: [:dev],
19
- mneme: [:dev, :test],
20
- usage_rules: [:dev],
21
git_ops: [:dev],
22
live_debugger: [:dev],
23
- tidewave: [:dev]
+ mishka_chelekom: [:dev],
+ mneme: [:dev, :test],
+ phx_install: [:dev],
+ smokestack: [:test],
+ tidewave: [:dev],
24
+ usage_rules: [:dev]
25
]
26
27
@known_only_keys Keyword.keys(@known_only_options)
0 commit comments