Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jdmedlin1
Copy link
Contributor

📝 Description

Here is the filed issue: #22

@jdmedlin1 jdmedlin1 changed the title PE-357: Fiz externally filed issue against this repository PE-357: Fix externally filed issue against this repository Nov 21, 2024
@@ -6,12 +6,13 @@ function main()
enableLDWS()
' Enable SSH

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.

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: []})

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?

@mingjun7
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants