7 lines
145 B
Ruby
7 lines
145 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "hanami/rake_tasks"
|
|
|
|
# Add your custom rake tasks to the lib/tasks directory
|
|
Rake.add_rakelib "lib/tasks"
|