preloader.js 171 B

123456
  1. const {AssetGuard} = require('./assetguard.js')
  2. console.log('Preloading')
  3. // Ensure Distribution is downloaded and cached.
  4. AssetGuard.retrieveDistributionDataSync(false)