#ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
#
#require 'bundler/setup' # Set up gems listed in the Gemfile.
#
#module Rails
#	class Server
#		def default_options
#			super.merge(Host:  '0.0.0.0', Port: 3000)
#		end
#	end
#end



ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)

require 'bundler/setup' # Set up gems listed in the Gemfile.
#require 'bootsnap/setup' # Speed up boot time by caching expensive operations.

if %w[s server c console].any? { |a| ARGV.include?(a) }
	puts "=> Booting Rails"
end