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.
2 parents 74a24fb + 69ac8fe commit c0aa69bCopy full SHA for c0aa69b
apps/forge/lib/forge/namespace/transform/configs.ex
@@ -1,7 +1,7 @@
1
defmodule Forge.Namespace.Transform.Configs do
2
def apply_to_all(base_directory) do
3
base_directory
4
- |> Path.join("**/*.exs")
+ |> Path.join("**/runtime.exs")
5
|> Path.wildcard()
6
|> Enum.map(&Path.absname/1)
7
|> tap(fn paths ->
0 commit comments