docs: change module paths in resolve (#7539)
Change the path to modules in the resolve property across docs
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ module.exports = defineConfig({
|
||||
options: {
|
||||
providers: [
|
||||
{
|
||||
resolve: "./dist/modules/my-fulfillment",
|
||||
resolve: "./modules/my-fulfillment",
|
||||
options: {
|
||||
config: {
|
||||
"my-fulfillment": {
|
||||
|
||||
+1
-1
@@ -78,7 +78,7 @@ module.exports = defineConfig({
|
||||
options: {
|
||||
providers: [
|
||||
{
|
||||
resolve: "./dist/modules/my-notification",
|
||||
resolve: "./modules/my-notification",
|
||||
options: {
|
||||
config: {
|
||||
"my-notification": {
|
||||
|
||||
Reference in New Issue
Block a user