Added dynamic detection of default server.
This commit is contained in:
6
app/assets/js/preloader.js
Normal file
6
app/assets/js/preloader.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const {AssetGuard} = require('./assetguard.js')
|
||||
|
||||
console.log('Preloading')
|
||||
|
||||
// Ensure Distribution is downloaded and cached.
|
||||
AssetGuard.retrieveDistributionDataSync(false)
|
||||
Reference in New Issue
Block a user