Skip to content

Commit b5067bb

Browse files
committed
remove more stuff
1 parent c9e5557 commit b5067bb

File tree

8 files changed

+0
-401
lines changed

8 files changed

+0
-401
lines changed

example/lib/nested/application.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ defmodule Nested.Application do
99
children = [
1010
# Start the Ecto repository
1111
Nested.Repo,
12-
# Start the Telemetry supervisor
13-
NestedWeb.Telemetry,
1412
# Start the PubSub system
1513
{Phoenix.PubSub, name: Nested.PubSub},
1614
# Start the Endpoint (http/https)

example/lib/nested_web/live/page_live.ex

Lines changed: 0 additions & 41 deletions
This file was deleted.

example/lib/nested_web/live/page_live.html.leex

Lines changed: 0 additions & 48 deletions
This file was deleted.

example/lib/nested_web/telemetry.ex

Lines changed: 0 additions & 55 deletions
This file was deleted.

example/mix.exs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ defmodule Nested.MixProject do
4141
{:floki, ">= 0.30.0", only: :test},
4242
{:phoenix_html, "~> 3.0"},
4343
{:phoenix_live_reload, "~> 1.2", only: :dev},
44-
{:telemetry_metrics, "~> 0.4"},
45-
{:telemetry_poller, "~> 0.4"},
4644
{:jason, "~> 1.0"},
4745
{:plug_cowboy, "~> 2.0"},
4846
{:ecto_nested_changeset, path: ".."}

example/test/nested_web/live/page_live_test.exs

Lines changed: 0 additions & 11 deletions
This file was deleted.

example/test/nested_web/live/pet_live_test.exs

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)