Running Prettier in Project
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
(function (window) {
|
||||
window['env'] = window['env'] || {};
|
||||
window["env"] = window["env"] || {};
|
||||
|
||||
// Environment variables
|
||||
window['env']['BACKEND_URL'] = '${BACKEND_URL}';
|
||||
window['env']['BACKEND_OAUTH_URL'] = '${BACKEND_OAUTH_URL}';
|
||||
window["env"]["BACKEND_URL"] = "${BACKEND_URL}";
|
||||
window["env"]["BACKEND_OAUTH_URL"] = "${BACKEND_OAUTH_URL}";
|
||||
})(this);
|
||||
|
||||
Reference in New Issue
Block a user