()
| 35 | } |
| 36 | |
| 37 | export function nativeSeaConfigPath() { |
| 38 | return resolve(nativeIntermediatesDir(), 'sea-config.json'); |
| 39 | } |
| 40 | |
| 41 | export function nativeManifestDir(target = targetTriple()) { |
| 42 | return resolve(nativeIntermediatesDir(), 'native-assets', target); |
no test coverage detected