# frozen_string_literal: true # Released under the MIT License. # Copyright, 2019-2023, by Samuel Williams. require 'build/environment' module Falcon # Pre-defined environments for hosting web applications. # # See {Configuration::Loader#load} for more details. module Environments end end