{formatDate(deployment.updatedAt, 'fullDate')}
{formatDate(deployment.updatedAt, 'timeOnly')}
{deployment.status}
{#if deployments.length > 0}
Deployment History
View Your Deployed App →
{#each deployments as deployment}
{formatDate(deployment.updatedAt, 'fullDate')}
{formatDate(deployment.updatedAt, 'timeOnly')}
{deployment.status}