mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-12 23:14:10 +00:00
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
whenEnvIsLoaded(function(){
|
|
__mainContext.__loadManagerInstance.doFirst(function(done) {
|
|
<%- block %>
|
|
});
|
|
|
|
EmbarkJS.environment = "<%- environment %>";
|
|
});
|