13 lines
229 B
Crystal
13 lines
229 B
Crystal
require "./config/*"
|
|
require "sam"
|
|
require "./db/migrations/*"
|
|
|
|
load_dependencies "jennifer"
|
|
|
|
# Here you can define your tasks
|
|
# desc "with description to be used by help command"
|
|
# task "test" do
|
|
# puts "ping"
|
|
# end
|
|
|
|
Sam.help
|