Initial Commit
This commit is contained in:
21
kv_umbrella/mix.exs
Normal file
21
kv_umbrella/mix.exs
Normal file
@@ -0,0 +1,21 @@
|
||||
defmodule KvUmbrella.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
def project do
|
||||
[
|
||||
apps_path: "apps",
|
||||
version: "0.1.0",
|
||||
start_permanent: Mix.env() == :prod,
|
||||
deps: deps()
|
||||
]
|
||||
end
|
||||
|
||||
# Dependencies listed here are available only for this
|
||||
# project and cannot be accessed from applications inside
|
||||
# the apps folder.
|
||||
#
|
||||
# Run "mix help deps" for examples and options.
|
||||
defp deps do
|
||||
[]
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user