Skip to content

Commit b63ae55

Browse files
authored
chore(docs): Add IonicPortals 0.9.0 requirement (#253)
1 parent a04a0cc commit b63ae55

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docs/cli/commands/serve-ios.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ to go through the build process of a native application or even have access to i
99
source code. The command allows web developers to run their web code from their local
1010
dev server and see the changes on the fly.
1111

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+
1219
### Usage
1320
```bash
1421
portals serve ios [simulator | device] \

0 commit comments

Comments
 (0)