dolphins7.skeleton/Rakefile.rb
0x1eef daff4d83f4 Move "host" files to host/
The "host" refers to what houses the cli, server, and client.
2024-04-21 22:13:01 -03:00

7 lines
197 B
Ruby

require "bundler/setup"
load "host/rake/tasks/schema.rake"
load "host/rake/tasks/nanoc.rake"
load "host/rake/tasks/gem.rake"
load "host/rake/tasks/rubocop.rake"
load "host/rake/tasks/server.rake"