Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/live/daemon/fs/common.ts>SyncUpdate

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
type alias SyncUpdate
import { type SyncUpdate } from "https://deno.land/x/live@1.103.0/daemon/fs/common.ts";
definition: { status?: GitStatus; metadata: Metadata | null; timestamp: number; filepath: string; }