Skip to content
Snippets Groups Projects
Commit 66e66ef8 authored by falood's avatar falood
Browse files

include fs application. close #16

parent c4da1d6c
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,8 @@ defmodule ExFSWatch.Mixfile do ...@@ -18,7 +18,8 @@ defmodule ExFSWatch.Mixfile do
def application do def application do
[ mod: { ExFSWatch, [] }, [ mod: { ExFSWatch, [] },
applications: [:logger] applications: [:logger],
included_applications: [:fs],
] ]
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment