Skip to content

Commit

Permalink
revert .cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dev2-nomo committed Dec 19, 2023
1 parent cdb8e48 commit 553abe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function isDirectory(path: string): boolean {
}
}
export function readCliConfig(): NomoCliConfigs {
const cliPath = resolve("nomo_cli.config.js");
const cliPath = resolve("nomo_cli.config.cjs");
try {
// @ts-ignore
const nomoCliConfig = require(cliPath);
Expand Down

0 comments on commit 553abe7

Please sign in to comment.