Skip to content

Commit

Permalink
Merge pull request #59 from danielberkompas/mix-config
Browse files Browse the repository at this point in the history
♻️ Replace `Mix.Config` with `Config`
  • Loading branch information
danielberkompas committed Apr 15, 2023
2 parents 69a3d61 + cbc56da commit c6df0c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
import Config

# This configuration is loaded before any dependency and is restricted
# to this project. If another project depends on this project, this
Expand Down

0 comments on commit c6df0c0

Please sign in to comment.