docs: change module paths in resolve (#7539)

Change the path to modules in the resolve property across docs
This commit is contained in:
Shahed Nasser
2024-06-03 07:41:30 +00:00
committed by GitHub
parent 872c42c6dc
commit 70e1de7742
4 changed files with 4 additions and 11 deletions
@@ -63,7 +63,7 @@ module.exports = defineConfig({
options: {
providers: [
{
resolve: "./dist/modules/my-fulfillment",
resolve: "./modules/my-fulfillment",
options: {
config: {
"my-fulfillment": {
@@ -78,7 +78,7 @@ module.exports = defineConfig({
options: {
providers: [
{
resolve: "./dist/modules/my-notification",
resolve: "./modules/my-notification",
options: {
config: {
"my-notification": {