Files
game-data/config.ru
T
2025-08-12 16:15:43 -04:00

6 lines
121 B
Ruby

# Load application config
root = ::File.dirname(__FILE__)
require ::File.join( root, 'src', 'server' )
run GameData.new