mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 11:02:30 +01:00
e5815737c1
- bumped gems - rm bots - rm pry byebug - added rubocop-shopify and corrected generated warnings
7 lines
111 B
Ruby
7 lines
111 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "./config/environment"
|
|
require "web/server"
|
|
|
|
run Web::Server.freeze.app
|