Skip to content

Commit 97f1cd1

Browse files
committed
docs(web-dashboard): add note about connecting local API from physical device
- Include an additional Aside component to notify users about connecting to local API server from a physical mobile device - Provide a link to the 'Development Environment Setup' guide for further configuration instructions
1 parent c1f570b commit 97f1cd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/web-dashboard/local-setup.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ This guide will walk you through setting up and running the Flutter News App Web
5252
For the `development` environment, you must have the [API Server running locally](/docs/api-server/local-setup/) first.
5353
</Aside>
5454

55+
<Aside type="note">
56+
To connect to your local API server from a physical mobile device, additional configuration is required. Please see the [Connecting to a Local API from a Physical Device](/docs/development-environment-setup/) guide.
57+
</Aside>
58+
5559
5. **Run the Development Server**
5660

5761
Start the Flutter development server, targeting the Chrome browser:

0 commit comments

Comments
 (0)