Skip to content

Commit

Permalink
chore(docs): Add IonicPortals 0.9.0 requirement (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 committed Dec 4, 2023
1 parent a04a0cc commit b63ae55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docs/cli/commands/serve-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ to go through the build process of a native application or even have access to i
source code. The command allows web developers to run their web code from their local
dev server and see the changes on the fly.

:::note

The serve command requires IonicPortals 0.9.0 or higher and requires that the portal
has [`devModeEnabled`](https://ionic-portals-ios.vercel.app/documentation/ionicportals/portal/devmodeenabled) set to `true`.

:::

### Usage
```bash
portals serve ios [simulator | device] \
Expand Down

0 comments on commit b63ae55

Please sign in to comment.