Skip to content

Commit 0fd4c37

Browse files
committed
fix build for rtc, mode is likely incorrect though
Signed-off-by: David van der Spek <[email protected]>
1 parent 55e99ec commit 0fd4c37

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
@@ -68,7 +68,7 @@ defmodule Plural.MixProject do
6868
strip_beams: true,
6969
quiet: false,
7070
applications: [
71-
rtc: :permanent,
71+
rtc: :load,
7272
core: :permanent,
7373
graphql: :load
7474
]

0 commit comments

Comments
 (0)