@appshell/config 0.3.0-alpha.5 → 0.3.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -195,4 +195,4 @@ This `global appshell manifest` is consumed by your micro-frontend Appshell host
|
|
|
195
195
|
|
|
196
196
|
**What if I want to generate the manifest by a startup script instead?**
|
|
197
197
|
|
|
198
|
-
> This functionality is exposed by the [@appshell/cli](https://www.npmjs.com/package/@appshell/cli) package. You can simply call `appshell generate manifest --
|
|
198
|
+
> This functionality is exposed by the [@appshell/cli](https://www.npmjs.com/package/@appshell/cli) package. You can simply call `appshell generate manifest --template /path/to/appshell.config.json` to produce the runtime manifest on startup.
|