Skip to content

FetchedContent

ts
type FetchedContent: ResolvedContent & object;

Fetched source content of an asset.

Type declaration

local

ts
local: string;

Full path to the asset's source content file on local file system.

Source

server/asset.ts:69 ↗