Skip to content

Commit

Permalink
Fix position of config/routes.cr requirement in generated projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Feb 16, 2024
1 parent 452762c commit 4967eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require "marten_auth"
require "sqlite3"

# Configuration requirements.
require "../config/routes"
require "../config/settings/base"
require "../config/settings/**"
require "../config/initializers/**"
require "../config/routes"

# Project requirements.
<%- if context.targets_auth? -%>
Expand Down

0 comments on commit 4967eb3

Please sign in to comment.