Provide example of "multi-module" source format project

Issue #2509 resolved
Scott Wells repo owner created an issue

I’ve been working with a user who is looking to understand how to set up a project for multiple “modules” (not necessarily corresponding to the IDE module concept, though). I’m using this issue as a way to provide concrete examples of such projects vs. as email attachments or similar.

Comments (2)

  1. Scott Wells reporter

    Here is an example project configuration based on what you've provided. It's a single-module project -- important because in WebStorm it's not possible to configure multi-module projects, though it is possible to use them -- and it instead uses multiple source root directories corresponding the respective package directories in sfdx-project.json. My guess is that this isn't going to be quite what you're wanting since I think these are intended to be unlocked packages, but let's use this as a starting point for discussion on the topic.

  2. Log in to comment