Function: distPath()
Function: distPath()
function distPath(...paths): string;
Constructs a path string by appending the provided paths to the 'dist' directory.
Parameters
paths
...string
[]
The path segments to be appended to the 'dist' directory.
Returns
string
The constructed path string.