-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mfe): enable proxy for no turbo json (#9560)
### Description This PR adds the MFE support for repositories that do not contain a `turbo.json`. All this boils down to is: - Slight refactor for constructing MFE configs to allow for us to test this without hitting disk - Going down the "no turbo.json" codepath even if not explicitly enabled as long as MFE configs are present - Update generated `turbo.json` with `proxy` tasks injected ### Testing Instructions Added unit test for sans-`turbo.json`, but containing a MFE config. Manual test on a MFE test repo w/o a `turbo.json`
- Loading branch information
1 parent
d985382
commit 917f30b
Showing
3 changed files
with
131 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters