You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			31 lines
		
	
	
		
			635 B
		
	
	
	
		
			JavaScript
		
	
			
		
		
	
	
			31 lines
		
	
	
		
			635 B
		
	
	
	
		
			JavaScript
		
	
| "use strict";
 | |
| Object.defineProperty(exports, "__esModule", {
 | |
|     value: true
 | |
| });
 | |
| 0 && (module.exports = {
 | |
|     default: null,
 | |
|     setConfig: null
 | |
| });
 | |
| function _export(target, all) {
 | |
|     for(var name in all)Object.defineProperty(target, name, {
 | |
|         enumerable: true,
 | |
|         get: all[name]
 | |
|     });
 | |
| }
 | |
| _export(exports, {
 | |
|     default: function() {
 | |
|         return _default;
 | |
|     },
 | |
|     setConfig: function() {
 | |
|         return setConfig;
 | |
|     }
 | |
| });
 | |
| let runtimeConfig;
 | |
| const _default = ()=>{
 | |
|     return runtimeConfig;
 | |
| };
 | |
| function setConfig(configValue) {
 | |
|     runtimeConfig = configValue;
 | |
| }
 | |
| 
 | |
| //# sourceMappingURL=runtime-config.external.js.map
 |