This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/config/config.exs
2020-07-24 15:54:38 -04:00

5 lines
102 B
Elixir

use Mix.Config
config :temple, :component_prefix, Temple.Components
import_config "#{Mix.env()}.exs"