We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04a0cc commit b63ae55Copy full SHA for b63ae55
website/docs/cli/commands/serve-ios.md
@@ -9,6 +9,13 @@ to go through the build process of a native application or even have access to i
9
source code. The command allows web developers to run their web code from their local
10
dev server and see the changes on the fly.
11
12
+:::note
13
+
14
+The serve command requires IonicPortals 0.9.0 or higher and requires that the portal
15
+has [`devModeEnabled`](https://ionic-portals-ios.vercel.app/documentation/ionicportals/portal/devmodeenabled) set to `true`.
16
17
+:::
18
19
### Usage
20
```bash
21
portals serve ios [simulator | device] \
0 commit comments