\App\Support\Ui\ThemePalette::documentIsDark()])>
{{-- Register SW only. Do not send krikkit-host-active — that clears guest pathClaims in the workspace tab. --}}
@vite(['resources/css/app.css', 'resources/js/lab/preview/preview.jsx'])
@php
$previewBootstrap = [
'uuid' => $project['uuid'] ?? null,
'title' => $project['title'] ?? null,
'path' => $guestPath ?? '/',
'workspaceUrl' => isset($project['uuid']) ? '/lab/'.$project['uuid'].'/workspace' : '/lab',
];
@endphp