hasJasprServer property

bool get hasJasprServer

True when this configuration produces a Cloud Run service for the Jaspr binary (SSR / hybrid). Independent of the arcane_server template; both can be true at once.

Implementation

bool get hasJasprServer {
  return template.isJasprApp && jasprRenderMode.requiresCloudRun;
}