# frozen_string_literal: true require 'bundler/setup' require 'dotenv' Dotenv.load require File.expand_path('app', __dir__) run Sinatra::Application