docs: read-only links + other changes (#11878)
* docs: read-only links + other changes * re-generate * fix vale errors
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = defineConfig({
|
||||
providers: [
|
||||
{
|
||||
resolve: "@medusajs/medusa/locking-postgres",
|
||||
id: "postgres-lock",
|
||||
id: "locking-postgres",
|
||||
// set this if you want this provider to be used by default
|
||||
// and you have other Locking Module Providers registered.
|
||||
is_default: true,
|
||||
@@ -72,7 +72,7 @@ module.exports = defineConfig({
|
||||
providers: [
|
||||
{
|
||||
resolve: "@medusajs/medusa/locking-postgres",
|
||||
id: "postgres-lock",
|
||||
id: "locking-postgres",
|
||||
is_default: true,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user