local-llm-database/config.ru

5 lines
79 B
Ruby

require './.env' if File.exist?('.env.rb')
require './app'
run App.freeze.app