Files
game-data/config.ru
Gregory Ballantine dd8e419e52
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Switched over to a modular Sinatra app layout
2025-08-12 13:54:25 -04:00

8 lines
214 B
Ruby

# Load application config
require_relative 'src/config.rb'
$conf = Config.new(File.join(__dir__, 'config/defaults.yaml'))
root = ::File.dirname(__FILE__)
require ::File.join( root, 'src', 'app' )
run GameData.new