Skip to content

Latest commit

 

History

History
75 lines (39 loc) · 1.68 KB

File metadata and controls

75 lines (39 loc) · 1.68 KB

@hydroperx/pi


@hydroperx/pi / / PIParams

Type Alias: PIParams

PIParams = object

Defined in: src/index.ts:405

Properties

clean

clean: boolean

Defined in: src/index.ts:416

Whether to automatically clean unused assets or not. Setting this to false is ideal for servers.

Default

false

defaultLocale

defaultLocale: string

Defined in: src/index.ts:408


fallbacks?

optional fallbacks: Record<string, string[]>

Defined in: src/index.ts:407


files

files: string[]

Defined in: src/index.ts:410


locales

locales: string[]

Defined in: src/index.ts:406


method

method: "http" | "fileSystem"

Defined in: src/index.ts:417


source

source: string

Defined in: src/index.ts:409