MCPcopy Index your code
hub / github.com/ionic-team/capacitor / copyApps

Function copyApps

cli/src/tasks/copy.ts:206–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 const copyApps = (): Promise<void>[] => {
207 return federatedConfig.apps.map((app) => {
208 const appDir = resolve(config.app.rootDir, app.webDir);
209 return copyWebDir(config, resolve(nativeAbsDir, app.name), appDir);
210 });
211 };
212
213 const copyShell = (): Promise<void> => {
214 return copyWebDir(config, resolve(nativeAbsDir, federatedConfig.shell.name), config.app.webDirAbs);

Callers 1

copyFederatedWebDirsFunction · 0.85

Calls 1

copyWebDirFunction · 0.85

Tested by

no test coverage detected