-
Notifications
You must be signed in to change notification settings - Fork 2
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
PE-357: Fix externally filed issue against this repository #74
base: main
Are you sure you want to change the base?
Conversation
@@ -6,12 +6,13 @@ function main() | |||
enableLDWS() | |||
' Enable SSH |
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.
Please format/align the comments and method calls correctly.
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.
Does this not need the app.use
block added in the templates/cra-template-brightsign-app/template/src/server/index.js
file above?
@@ -8,13 +8,13 @@ function main() | |||
' Enable SSH | |||
enableSSH() | |||
|
|||
' Initialize roNodeJs with path or correct filename, whether webpack is used or not. | |||
node_js = CreateObject("roNodeJs", "sd:/dist/backend.js", {message_port: mp, node_arguments: ["--inspect=0.0.0.0:2999"], arguments: []}) |
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.
Is moving this line before creating the HTML widget creation, part of the solution?
Can you add more details what is the problem and how the issues are resolved by the changes here? It's not very obvious from the code changes. |
📝 Description
Here is the filed issue: #22