#!/usr/bin/env ruby # frozen_string_literal: true require "bundler/setup" require "procon_bypass_man/web" ProconBypassMan::Web.configure do |config| config.root = File.expand_path('..', __dir__).freeze # config.logger = Logger.new("#{ProconBypassMan::Web.root}/web.log", 1, 1024 * 1024 * 10) end ProconBypassMan::Web::Server.start