Flake: HM module

This commit is contained in:
bluepython508
2024-09-20 15:08:27 +01:00
parent 6aaf8ff8e5
commit 9ac32903d1
6 changed files with 69 additions and 11 deletions

View File

@@ -14,7 +14,6 @@ defmodule Frajtano.MixProject do
def application do
[
extra_applications: [:logger],
env: [listen_path: nil],
mod: {Frajtano, []}
]
end