AssetDirection
ts
type AssetDirection = [string, string];Defined in: types.ts:20
An Array that describes the source and destination paths for the asset.
Remarks
The first item of the Array is the source path and relative to process.cwd. The second Array item is the destination path, that is relative to Rolldown's output directory.
Author
Simon Kovtyk
Since
1.0.0