chore: update imports in tsdocs (#9379)

This commit is contained in:
Shahed Nasser
2024-10-01 11:04:03 +02:00
committed by GitHub
parent 4587a69f3f
commit 20943902f9
22 changed files with 105 additions and 93 deletions
+1 -1
View File
@@ -760,7 +760,7 @@ export type ProjectConfigOptions = {
*
* The configurations for your Medusa application are in `medusa-config.js` located in the root of your Medusa project. The configurations include configurations for database, modules, and more.
*
* `medusa-config.js` exports the value returned by the `defineConfig` utility function imported from `@medusajs/utils`.
* `medusa-config.js` exports the value returned by the `defineConfig` utility function imported from `@medusajs/framework/utils`.
*
* `defineConfig` accepts as a parameter an object with the following properties:
*