🌳
pt0/sharedF/srcFileUrlF.mts
1
export
const
getSrcFileUrl
=
(
ptRelativePath
:
string
)
=>
`/src/${
ptRelativePath
}`
2