- Your app is live!
-
+ Your published app
+
{#if isPublished}
{processStringSync(
- "Last Published: {{ duration time 'millisecond' }} ago",
+ "Last published {{ duration time 'millisecond' }} ago",
{
time:
new Date().getTime() -
@@ -252,7 +253,7 @@
}
)}
{/if}
-
+
-
+
{/if}
{#if !isPublished}
-