b definition my $model = EntityModel->new->add_plugin(Web => { })->load_from(JSON => { file => $ENV{ENTITYMODEL_JSON_MODEL} }); # Create the PSGI wrapper my $app = EntityModel::Web::PSGI->new;