Skip to content

API / wxt / CopiedPublicFile

Interface: CopiedPublicFile

Source: packages/wxt/src/types.ts:1847

Contents

Extends

Properties

absoluteSrc

absoluteSrc: string

Source: packages/wxt/src/types.ts:1854

The absolute path to the file that will be copied to the output directory.

Example

ts
'/path/to/any/file.css';

relativeDest

relativeDest: string

Source: packages/wxt/src/types.ts:1844

The relative path in the output directory to copy the file to.

Example

ts
'content-scripts/base-styles.css';

Inherited from

ResolvedBasePublicFile.relativeDest


Generated using typedoc-plugin-markdown and TypeDoc