fix(medusa-oas-cli): Fix incorrect import (#9404)
* fix(medusa-oas-cli): Fix incorrect import * update redocly config
This commit is contained in:
@@ -16,7 +16,7 @@ import { isFile } from "./utils/fs-utils"
|
||||
*/
|
||||
// Medusa core package directory
|
||||
const medusaPackagePath = path.dirname(
|
||||
require.resolve("@medusajs/medusa/package.json")
|
||||
require.resolve("@medusajs/medusa")
|
||||
)
|
||||
const basePath = path.resolve(__dirname, "../")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user