* feat(react): Add MFE Generator for Host and Remote Apps Host generator will be able use the mfe-remote generator when remotes are passed into the CLI for the mfe-host command * docs(react): React Documentation Update Co-authored-by: Nicholas Cunningham <nico@Nicholass-MacBook-Pro.local> Co-authored-by: Nicholas Cunningham <ndcunningham>
17 lines
501 B
JSON
17 lines
501 B
JSON
{
|
|
"builders": {
|
|
"mfe-dev-server": {
|
|
"implementation": "./src/executors/mfe-dev-server/compat",
|
|
"schema": "./src/executors/mfe-dev-server/schema.json",
|
|
"description": "Serve an MFE host or remote application."
|
|
}
|
|
},
|
|
"executors": {
|
|
"mfe-dev-server": {
|
|
"implementation": "./src/executors/mfe-dev-server/mfe-dev-server.impl",
|
|
"schema": "./src/executors/mfe-dev-server/schema.json",
|
|
"description": "Serve an MFE host or remote application."
|
|
}
|
|
}
|
|
}
|