Packages

WebSocket-first Elixir framework with auto-generated HTTP MCP APIs

Current section

Files

Jump to
dialup priv templates dialup.gen.aggregate commanded_app.ex.eex
Raw

priv/templates/dialup.gen.aggregate/commanded_app.ex.eex

defmodule <%= base_mod %>.CommandedApp do
@moduledoc false
use Commanded.Application,
otp_app: :<%= otp_app %>,
event_store: [
adapter: Commanded.EventStore.Adapters.EventStore,
event_store: <%= base_mod %>.EventStore
]
end