Skip to content

Commit ac5f70e

Browse files
committed
set rtc to permanent
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
1 parent 0e9ce60 commit ac5f70e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)