struct
LuckyBun::Config
- LuckyBun::Config
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
bun/config.crConstant Summary
-
CONFIG_PATH =
"./config/bun.json"
Constructors
- .load : Config
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #dev_server : DevServer
- #entry_points : EntryPoints
- #manifest_path : String
- #out_dir : String
- #public_path : String
- #static_dirs : Array(String)