Packages

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

Current section

Files

Jump to
needle_new templates needle_single config dev.exs
Raw

templates/needle_single/config/dev.exs

import Config
# Set a higher stacktrace during development. Avoid configuring such in
# production as building large stacktraces may be expensive.
config :phoenix, :stacktrace_depth, 20
# Initialize plugs at runtime for faster development compilation.
config :phoenix, :plug_init_mode, :runtime<%= if @html? do %>
# Include HEEx debug annotations as HTML comments in rendered markup.
config :phoenix_live_view, :debug_heex_annotations, true<% end %>
# Do not include metadata nor timestamps in development logs.
config :logger, :console, format: "[$level] $message\n"