Skip to content

Commit

Permalink
consume @ui5-project->Configuration properly
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Apr 19, 2023
1 parent b5451ea commit 309aaea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/cli/commands/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import path from "node:path";
import os from "node:os";
import chalk from "chalk";
import baseMiddleware from "../middlewares/base.js";
// Internal module that is not exposed in package.json. Workaround in order to make it available for the CLI.
import Configuration from "../../../node_modules/@ui5/project/lib/config/Configuration.js";
import Configuration from "@ui5/project/config/Configuration";

const ALLOWED_KEYS = ["mavenSnapshotEndpointUrl"];
const ui5RcFilePath = path.resolve(path.join(os.homedir(), ".ui5rc"));
Expand Down

0 comments on commit 309aaea

Please sign in to comment.