Skip to content

Commit 9c80c1f

Browse files
committed
fix build for rtc, mode is likely incorrect though
Signed-off-by: David van der Spek <[email protected]>
1 parent 8d21622 commit 9c80c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ defmodule Plural.MixProject do
6161
strip_beams: true,
6262
quiet: false,
6363
applications: [
64-
rtc: :permanent,
64+
rtc: :load,
6565
core: :permanent,
6666
graphql: :load
6767
]

0 commit comments

Comments
 (0)