Packages

Provides `mix needle.new.*` tasks to bootstrap new Phoenix projects.

Current section

Files

Jump to
needle_new templates needle_single config test.exs
Raw

templates/needle_single/config/test.exs

import Config
# Initialize plugs at runtime for faster test compilation.
config :phoenix, :plug_init_mode, :runtime
# Print only warnings and errors during test.
config :logger, level: :warning