chore: use framework sub paths everywhere (#9253)
This commit is contained in:
@@ -4,8 +4,12 @@ import {
|
||||
IAuthModuleService,
|
||||
IUserModuleService,
|
||||
MedusaContainer,
|
||||
} from "@medusajs/types"
|
||||
import { ApiKeyType, Modules, PUBLISHABLE_KEY_HEADER } from "@medusajs/utils"
|
||||
} from "@medusajs/framework/types"
|
||||
import {
|
||||
ApiKeyType,
|
||||
Modules,
|
||||
PUBLISHABLE_KEY_HEADER,
|
||||
} from "@medusajs/framework/utils"
|
||||
import jwt from "jsonwebtoken"
|
||||
import Scrypt from "scrypt-kdf"
|
||||
import { getContainer } from "../environment-helpers/use-container"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HttpTypes } from "@medusajs/types"
|
||||
import { HttpTypes } from "@medusajs/framework/types"
|
||||
|
||||
export const getProductFixture = (
|
||||
overrides: Partial<HttpTypes.AdminCreateProduct>
|
||||
|
||||
@@ -3,8 +3,8 @@ import {
|
||||
IRegionModuleService,
|
||||
IStoreModuleService,
|
||||
MedusaContainer,
|
||||
} from "@medusajs/types"
|
||||
import { Modules } from "@medusajs/utils"
|
||||
} from "@medusajs/framework/types"
|
||||
import { Modules } from "@medusajs/framework/utils"
|
||||
|
||||
export const seedStorefrontDefaults = async (
|
||||
container: MedusaContainer,
|
||||
|
||||
Reference in New Issue
Block a user