(srcPath)
| 44 | |
| 45 | /** @type {(path: string) => string} */ |
| 46 | const getCwdPath = (srcPath) => { |
| 47 | return srcPath.substring(srcDir.length + 1); |
| 48 | }; |
| 49 | |
| 50 | /** @type {(path: string, options: {debug: boolean; platform: any}) => Promise<void>} */ |
| 51 | const copyEntry = async (path, {debug, platform}) => { |