From 8e383a331f2325fe9bd24c19a06f684970116500 Mon Sep 17 00:00:00 2001 From: Steven Sherry Date: Mon, 4 Dec 2023 15:31:56 -0600 Subject: [PATCH] chore(docs): Add IonicPortals 0.9.0 requirement --- website/docs/cli/commands/serve-ios.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/cli/commands/serve-ios.md b/website/docs/cli/commands/serve-ios.md index d5889ab..795ae37 100644 --- a/website/docs/cli/commands/serve-ios.md +++ b/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 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] \