-
Notifications
You must be signed in to change notification settings - Fork 16
feat(web): copy to webgui repo script docs + wc build options #1287
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
feat(web): copy to webgui repo script docs + wc build options #1287
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
- Updated the find command in WebComponentsExtractor to use escapeshellarg for both base path and manifest name to prevent command injection vulnerabilities.
|
This plugin has been deployed to Cloudflare R2 and is available for testing. |
90a775e
into
feat/web-copy-to-webgui-repo-script-improvements
Per discussion w/ Eli removed the activation code debugger file from the repo. I kept it locally though, hence the `.gitignore` update. Which means I kept the helper method in the activation code extractor class so I could still use it. coderabbit also made a good suggestion in the webgui repo where I synced changes from this repo for web-component-extractor so I implemented and tested it. Included via [`ec29069` (#1287)](ec29069)
Per discussion w/ Eli removed the activation code debugger file from the repo. I kept it locally though, hence the
.gitignoreupdate. Which means I kept the helper method in the activation code extractor class so I could still use it.coderabbit also made a good suggestion in the webgui repo where I synced changes from this repo for web-component-extractor so I implemented and tested it. Included via
ec29069(#1287)