You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/webapp.dev.md
+32-8Lines changed: 32 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,50 @@ Preview a web app locally without needing to deploy
4
4
5
5
# description
6
6
7
-
Start a local development server to preview your web app without deploying to Salesforce. This enables rapid development with hot reloading and immediate feedback.
7
+
Starts a local development server for a Web Application defined in CMS, using the local project files. This enables rapid development with hot reloading and immediate feedback. The command resolves the Web Application metadata, reads its configuration (targets, routes, etc.), and derives the default local path if available.
8
8
9
9
# flags.name.summary
10
10
11
-
Name of your web app
11
+
Identifies the Web Application (CMS MD) to use
12
+
13
+
# flags.target.summary
14
+
15
+
Selects which Web Application target to use for the preview (e.g., Lightning App, Site)
16
+
17
+
# flags.root-dir.summary
18
+
19
+
Optional override for the local project root of this Web Application
0 commit comments