angular-server-side-configuration
Version:
Configure an angular application on the server
14 lines (11 loc) • 326 B
JavaScript
const process = (function (self) {
self = self || {};
self.process = self.process || {};
self.process.env = self.process.env || {};
return self.process;
})(globalThis);
/**
* Generated bundle index. Do not edit.
*/
export { process };
//# sourceMappingURL=angular-server-side-configuration-process.mjs.map