frankfurter/config.ru
Hakan Ensari e5815737c1
Spring cleaning
- bumped gems
- rm bots
- rm pry byebug
- added rubocop-shopify and corrected generated warnings
2024-11-20 14:14:27 +01:00

7 lines
111 B
Ruby

# frozen_string_literal: true
require "./config/environment"
require "web/server"
run Web::Server.freeze.app