generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
let runtimeConfig;
|
||||
export default (()=>{
|
||||
return runtimeConfig;
|
||||
});
|
||||
export function setConfig(configValue) {
|
||||
runtimeConfig = configValue;
|
||||
}
|
||||
|
||||
//# sourceMappingURL=runtime-config.external.js.map
|
||||
Reference in New Issue
Block a user