docs: update resolve path to use src (#9605)
Update path used in `resolve` of modules to start with `src`
This commit is contained in:
@@ -123,7 +123,7 @@ export const serviceHighlights = [
|
||||
// ...
|
||||
modules: [
|
||||
{
|
||||
resolve: "./modules/erp",
|
||||
resolve: "./src/modules/erp",
|
||||
options: {
|
||||
apiKey: process.env.ERP_API_KEY,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user