You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Corrected a typo (`microfrontnds.json`) to `microfrontends.json` in
README.
### Type of Change
- [ ] New Example
- [x] Example updates (Bug fixes, new features, etc.)
- [ ] Other (changes to the codebase, but not to examples)
Copy file name to clipboardExpand all lines: solutions/saas-microservices/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ dashboard.
17
17
18
18
There are 3 separate applications in this example:
19
19
20
-
-`dashboard` - A [Next.js](https://nextjs.org/) application to show the UI. This application also controls the `microfrontnds.json` configuration to route API paths to the other microservices (see below).
20
+
-`dashboard` - A [Next.js](https://nextjs.org/) application to show the UI. This application also controls the `microfrontends.json` configuration to route API paths to the other microservices (see below).
21
21
-`api-dashboard` - A [Nitro](https://nitro.build/) backend serving data displayed in the dashboard.
22
22
-`api-users` - A [Hono](https://hono.dev/) backend authenticating users and returning user information.
0 commit comments