|
@@ -7,8 +7,7 @@ defmodule Toy.Application do
|
|
|
|
|
|
|
|
def start(_type, _args) do
|
|
def start(_type, _args) do
|
|
|
children = [
|
|
children = [
|
|
|
- # Start the Ecto repository
|
|
|
|
|
- Toy.Repo,
|
|
|
|
|
|
|
+ Toy.Features,
|
|
|
# Start the Telemetry supervisor
|
|
# Start the Telemetry supervisor
|
|
|
ToyWeb.Telemetry,
|
|
ToyWeb.Telemetry,
|
|
|
# Start the PubSub system
|
|
# Start the PubSub system
|