()
| 211 | }; |
| 212 | |
| 213 | const copyShell = (): Promise<void> => { |
| 214 | return copyWebDir(config, resolve(nativeAbsDir, federatedConfig.shell.name), config.app.webDirAbs); |
| 215 | }; |
| 216 | |
| 217 | await Promise.all([...copyApps(), copyShell()]); |
| 218 | } |
no test coverage detected