More sessions

This commit is contained in:
2026-02-24 18:03:22 +00:00
parent eb5bd4a929
commit 23cc78aa98
284 changed files with 129543 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
# Load all Rake tasks
APP_ROOT = File.expand_path(File.dirname("."))
Dir.glob("lib/tasks/*.rake").each { |r| load r }
require "standard/rake"