Add support for absolute path import shortcuts.

This commit is contained in:
Spencer Ofwiti
2021-02-14 19:02:35 +03:00
parent 81c6b05a42
commit c0381a170e
29 changed files with 60 additions and 88 deletions

View File

@@ -1,3 +1,5 @@
export const environment = {
production: true
production: true,
cicMetaUrl: 'http://localhost:63380',
publicKeysUrl: 'http://localhost:8000'
};

View File

@@ -3,7 +3,9 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false
production: false,
cicMetaUrl: 'http://localhost:63380',
publicKeysUrl: 'http://localhost:8000'
};
/*