chore: use framework sub paths everywhere (#9253)
This commit is contained in:
@@ -2,9 +2,9 @@ import loaders from "../loaders"
|
||||
import express from "express"
|
||||
import path from "path"
|
||||
import { existsSync } from "fs"
|
||||
import { logger } from "@medusajs/framework"
|
||||
import { ExecArgs } from "@medusajs/types"
|
||||
import { dynamicImport } from "@medusajs/utils"
|
||||
import { logger } from "@medusajs/framework/logger"
|
||||
import { ExecArgs } from "@medusajs/framework/types"
|
||||
import { dynamicImport } from "@medusajs/framework/utils"
|
||||
|
||||
type Options = {
|
||||
file: string
|
||||
|
||||
Reference in New Issue
Block a user