Josephblt commented on code in PR #2421:
URL:
https://github.com/apache/incubator-kie-tools/pull/2421#discussion_r1638504782
##########
packages/chrome-extension-serverless-workflow-editor/env/index.js:
##########
@@ -23,19 +23,19 @@ module.exports =
composeEnv([require("@kie-tools/root-env/env")], {
vars: varsWithName({
SWF_CHROME_EXTENSION__routerTargetOrigin: {
default: "https://localhost:9000",
- description: "",
+ description: "Route of resources such as Editors and other static
assets.",
},
SWF_CHROME_EXTENSION__routerRelativePath: {
default: "",
- description: "",
+ description: "Relative path to applied to
CHROME_EXTENSION__routerTargetOrigin when finding resources.",
},
SWF_CHROME_EXTENSION__manifestFile: {
default: "manifest.dev.json",
- description: "",
+ description: "Chrome Extension manifest file path relative to this
package's root dir.",
},
SWF_CHROME_EXTENSION__e2eTestingToken: {
default: "",
- description: "",
+ description: "", // TODO: Fill this
Review Comment:
Did you leave this TODO intentionally? If so, please disregard it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]