backend-common: import ConfigReader from @backstage/config

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
Mike Lewis
2021-11-23 13:57:38 +00:00
parent db1befcf39
commit 42b01ee725
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -82,7 +82,6 @@
},
"devDependencies": {
"@backstage/cli": "^0.9.0",
"@backstage/core-app-api": "^0.1.21",
"@backstage/test-utils": "^0.1.22",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { ConfigReader } from '@backstage/core-app-api';
import { ConfigReader } from '@backstage/config';
import { ServerTokenManager } from './ServerTokenManager';
const emptyConfig = new ConfigReader({});