Skip to content

Commit babe42e

Browse files
committed
Run local redis in dev
1 parent 5a870fd commit babe42e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/dev.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ config :components_guide, ComponentsGuideWeb.Endpoint,
1919
"watch",
2020
cd: Path.expand("../assets", __DIR__)
2121
],
22-
tailwind: {Tailwind, :install_and_run, [:default, ~w(--watch)]}
22+
tailwind: {Tailwind, :install_and_run, [:default, ~w(--watch)]},
23+
redis: {System, :cmd, ["redis-server", ~w(--port 4337)]}
2324
]
2425

2526
# ## SSL Support

0 commit comments

Comments
 (0)