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
feat: rename webapp.json to webapplication.json @W-21110479@ (#14)
Updated all references to webapp.json across the plugin-webapp codebase to use
webapplication.json, reflecting the new manifest file naming convention.
Changes include:
- Source files (ManifestWatcher, manifest, webappDiscovery, ErrorHandler, DevServerManager, dev.ts)
- Error page template
- CLI messages
- Documentation (README, SF_WEBAPP_DEV_GUIDE)
- Test files and fixtures
Copy file name to clipboardExpand all lines: messages/webapp.dev.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ Identifies the Web Application (optional)
14
14
15
15
# flags.name.description
16
16
17
-
The unique name of the web application as defined in webapp.json. If not provided, the command will automatically discover webapp.json files in the current directory and subdirectories. If only one webapp.json is found, it will be used automatically. If multiple are found, you will be prompted to select one.
17
+
The unique name of the web application as defined in webapplication.json. If not provided, the command will automatically discover webapplication.json files in the current directory and subdirectories. If only one webapplication.json is found, it will be used automatically. If multiple are found, you will be prompted to select one.
18
18
19
19
# flags.url.summary
20
20
21
21
Dev server origin to forward UI/HMR/static requests
22
22
23
23
# flags.url.description
24
24
25
-
The URL where your dev server is running (e.g., http://localhost:5173). Required if webapp.json does not contain a dev.command or dev.url configuration. All non-Salesforce API requests will be forwarded to this URL.
25
+
The URL where your dev server is running (e.g., http://localhost:5173). Required if webapplication.json does not contain a dev.command or dev.url configuration. All non-Salesforce API requests will be forwarded to this URL.
26
26
27
27
# flags.port.summary
28
28
@@ -42,7 +42,7 @@ Automatically opens the proxy server URL in your default web browser when the se
42
42
43
43
# examples
44
44
45
-
- Start the development server (auto-discovers webapp.json):
45
+
- Start the development server (auto-discovers webapplication.json):
0 commit comments