Skip to content

Commit

Permalink
set rtc to permanent
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 Feb 10, 2023
1 parent c4ea6d2 commit 7c4458b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ defmodule Plural.MixProject do
],
steps: [:assemble, &copy_configs/1],
applications: [
rtc: :load,
rtc: :permanent,
core: :permanent,
graphql: :load
graphql: :permanent
]
],
worker: [
Expand Down

0 comments on commit 7c4458b

Please sign in to comment.