Files
openfoodnetwork/Rakefile
2022-11-21 15:04:47 +01:00

11 lines
290 B
Ruby
Executable File

#!/usr/bin/env rake
# frozen_string_literal: true
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require_relative 'config/application'
Openfoodnetwork::Application.load_tasks