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/test.exs
Mitchell Hanberg 4e9c7e95b4 Generate AST
2021-04-09 00:16:30 -04:00

11 lines
205 B
Elixir

use Mix.Config
# this is to make the warning go away,
# Temple does not use a json_library
config :phoenix, json_library: Temple
config :temple,
aliases: [
select: :select__,
link: :link__
]