struct LuckyBun::Config

Included Modules

Defined in:

bun/config.cr

Constant Summary

CONFIG_PATH = "./config/bun.json"

Constructors

Instance Method Summary

Instance methods inherited from class Object

blank? : Bool blank?, present? : Bool present?

Constructor Detail

def self.load : Config #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def dev_server : DevServer #

[View source]
def entry_points : EntryPoints #

[View source]
def manifest_path : String #

[View source]
def out_dir : String #

[View source]
def public_path : String #

[View source]
def static_dirs : Array(String) #

[View source]