hasEmbeddedDashboard top-level property

bool get hasEmbeddedDashboard

Whether the binary has a real SPA bundle baked in. False when the generator hasn't run yet (e.g. a fresh clone before dart run tool/build_dashboard.dart) — dialect serve surfaces a helpful hint in that case instead of returning 404 for /.

Implementation

bool get hasEmbeddedDashboard => embeddedAssets.isNotEmpty;