Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

15 lines
227 B
Plaintext

@load ./types
@load ./main
@load ./plugins
@load ./drop
@load ./shunt
# The cluster framework must be loaded first.
@load base/frameworks/cluster
@if ( Cluster::is_enabled() )
@load ./cluster
@else
@load ./non-cluster
@endif