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