Searched refs:bundleDestPath (Results 1 – 1 of 1) sorted by relevance
73 const bundleDestPath = path.join(STATIC_FOLDER_PATH, filename); constant74 await fs.copyFile(bundleSrcPath, bundleDestPath);75 return await shaHash(bundleDestPath);