Skip to content

Commit

Permalink
Move app config requirement to the top (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
wout authored Aug 20, 2021
1 parent dda6fca commit 6dee95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web_app_skeleton/src/app.cr.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ require "./shards"
Lucky::AssetHelpers.load_manifest

<%- end -%>
require "../config/server"
require "../config/**"
require "./app_database"
require "./models/base_model"
require "./models/mixins/**"
Expand All @@ -24,7 +26,5 @@ require "./components/base_component"
require "./components/**"
require "./pages/**"
<%- end -%>
require "../config/server"
require "../config/**"
require "../db/migrations/**"
require "./app_server"

0 comments on commit 6dee95d

Please sign in to comment.