Skip to content

Commit c75d30d

Browse files
committed
set rtc to permanent
Signed-off-by: David van der Spek <[email protected]>
1 parent 41834ae commit c75d30d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ defmodule Plural.MixProject do
7676
],
7777
steps: [:assemble, &copy_configs/1],
7878
applications: [
79-
rtc: :load,
79+
rtc: :permanent,
8080
core: :permanent,
81-
graphql: :load
81+
graphql: :permanent
8282
]
8383
],
8484
worker: [

0 commit comments

Comments
 (0)