Skip to content

Commit

Permalink
fix build for rtc, mode is likely incorrect though
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Dec 2, 2022
1 parent 8d21622 commit 9c80c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ defmodule Plural.MixProject do
strip_beams: true,
quiet: false,
applications: [
rtc: :permanent,
rtc: :load,
core: :permanent,
graphql: :load
]
Expand Down

0 comments on commit 9c80c1f

Please sign in to comment.