-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: configure LDP server with certificate + some cleanup (#72)
* feat: configure LDP server with certificate + some cleanup * chore: refactor * chore: implement getNextAvailablePort() * chore: refactor to pass cert data * Update messages/lightning.preview.app.md Co-authored-by: moorejacqueline <[email protected]> * Update messages/lightning.preview.app.md Co-authored-by: moorejacqueline <[email protected]> * chore: pr feedback * ci: disable builds on fork PRs * chore: remove encoding option * chore: remove encoding option --------- Co-authored-by: moorejacqueline <[email protected]>
- Loading branch information
1 parent
b316dfd
commit fa4c3e8
Showing
17 changed files
with
915 additions
and
758 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ on: | |
push: | ||
branches-ignore: [main] | ||
workflow_dispatch: | ||
pull_request: | ||
|
||
env: | ||
UT_DISABLE_NODE_CURRENT: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,27 @@ | ||
# lwc-dev-server-utils.port-desc | ||
# config-utils.port-desc | ||
|
||
The port number of the local dev server | ||
|
||
# lwc-dev-server-utils.port-message | ||
# config-utils.port-error-message | ||
|
||
Must be a number between 1 and 65535 | ||
The port number must be a number between 1 and 65535 | ||
|
||
# lwc-dev-server-utils.workspace-desc | ||
# config-utils.workspace-desc | ||
|
||
The workspace name of the local lwc dev server | ||
|
||
# lwc-dev-server-utils.workspace-message | ||
# config-utils.workspace-error-message | ||
|
||
Valid workspace value is "SalesforceCLI" OR "mrt" | ||
|
||
# identity-utils.token-desc | ||
# config-utils.token-desc | ||
|
||
The Base64-encoded identity token of the local web server | ||
|
||
# config-utils.cert-desc | ||
|
||
The SSL certificate data to be used by the local dev server for secure connections | ||
|
||
# config-utils.cert-error-message | ||
|
||
You must provide valid SSL certificate data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.