(target)
| 14 | } |
| 15 | |
| 16 | export function buildWebManifestKey(target) { |
| 17 | return `web/${target}/manifest.json`; |
| 18 | } |
| 19 | |
| 20 | export function buildWebAssetKey(target, relativePath) { |
| 21 | return `web/${target}/dist-web/${relativePath}`; |
no outgoing calls
no test coverage detected