Skip to content

API > wxt > ResolvedPublicFile

Interface: ResolvedPublicFile

Contents

Properties

absoluteSrc

absoluteSrc: string

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

Example

ts
"/path/to/any/file.css"

Source

packages/wxt/src/types/index.ts:1334


relativeDest

relativeDest: string

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

Example

ts
"content-scripts/base-styles.css"

Source

packages/wxt/src/types/index.ts:1340


Generated using typedoc-plugin-markdown and TypeDoc