fix: missing dependencies in the framework package (#11049)

In the framework package we are directly importing many uninstalled dependencies. The issue does not occur for transitive dependencies. However, the `glob` package is not a transitive dependency of any production dependency and hence it fails.

Fixes: #11044
Fixes: FRMW-2877
This commit is contained in:
Harminder Virk
2025-01-20 11:51:44 +00:00
committed by GitHub
parent e4487341b6
commit 171088b47a
4 changed files with 26 additions and 15 deletions
@@ -1,4 +1,4 @@
import { MedusaError } from "@medusajs/framework/utils"
import { MedusaError } from "../utils"
import {
z,
ZodError,