You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we created the app template by the above command (in the screenshot), it'll create the cached-template (4.2.2 in this case). So we need to add IsPreview variable into the document context, in this way we can specify the --preview option in our documents by adding the following command to where it's needed. {{if IsPreview}} --preview{{end}}