Deployment log
{#await loadLogs()}
{:then}
{#if logs.length > 0} {#each logs as log} {log + '\n'} {/each} {:else} It's starting soon. {/if}
{/await}