+ Your app is live!
+
+ {#if isPublished}
+ {processStringSync(
+ "Last Published: {{ duration time 'millisecond' }} ago",
+ {
+ time:
+ new Date().getTime() -
+ new Date(latestDeployments[0].updatedAt).getTime(),
+ }
+ )}
+ {/if}
+
+
+
+
+
+
+
+ {/if}
+
+ {#if !isPublished}
+