-
Notifications
You must be signed in to change notification settings - Fork 1
refactor: improve webapp discovery with SFDX project detection @W-21193297@ #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
a8579b1
refactor(dev): improve webapp discovery and console output @W-21193297@
deepu-mungamuri94 eadfb26
Merge branch 'main' into refactor-webapp-discovery
deepu-mungamuri94 9b9b08e
feat: W-21111977 consume error-page template from @salesforce/webapp-…
ankitsinghkuntal09 2e80525
fix: address PR feedback and merge conflicts
deepu-mungamuri94 d9be3cb
revert: drop merge-fix changes, keep only PR feedback
deepu-mungamuri94 cbba20b
Merge remote-tracking branch 'origin/main' into refactor-webapp-disco…
deepu-mungamuri94 593993c
fix: address PR review comments
deepu-mungamuri94 49c4034
chore: remove unused error-page-template.ts
deepu-mungamuri94 96be9de
Merge branch 'main' into refactor-webapp-discovery
deepu-mungamuri94 ea13492
@W-21111861@ feat: Skip standalone proxy when Vite WebApp proxy is ac…
deepu-mungamuri94 da39c4c
Address review comments: URL mismatch tests, multi-meta warning, 60s …
deepu-mungamuri94 1e88b07
refactor: discover webapps from all package directories via SfProject
deepu-mungamuri94 1cbf5f3
Update SF_WEBAPP_DEV_GUIDE.md
deepu-mungamuri94 50c9844
Update SF_WEBAPP_DEV_GUIDE.md
deepu-mungamuri94 aba3b9c
Update SF_WEBAPP_DEV_GUIDE.md
deepu-mungamuri94 7c50c3b
SF_WEBAPP_DEV_GUIDE: document only dev.command and dev.url for dev co…
deepu-mungamuri94 1603232
Revert README to main branch
deepu-mungamuri94 c505620
Align README with main branch (plugin-app-dev template)
deepu-mungamuri94 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # CLI message templates - preserve formatting | ||
| messages/*.md |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a property in
webapplication.jsonThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right.. Updated doc.