9 lines
276 B
TypeScript
9 lines
276 B
TypeScript
import { defineJoinerConfig, Modules } from "@medusajs/framework/utils"
|
|
|
|
export const joinerConfig = defineJoinerConfig(Modules.API_KEY, {
|
|
linkableKeys: {
|
|
// Merged with the autogenerated ones to maintain backward compatibility
|
|
publishable_key_id: "ApiKey",
|
|
},
|
|
})
|