chore: use framework sub paths everywhere (#9253)

This commit is contained in:
Adrien de Peretti
2024-09-26 13:08:38 +02:00
committed by GitHub
parent 48bea267dc
commit a8e19faf8d
417 changed files with 870 additions and 934 deletions

View File

@@ -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"