This website requires JavaScript.
Explore
Help
Sign In
Protei
/
PromucFlow_constructor
Watch
2
Star
0
Fork
0
You've already forked PromucFlow_constructor
Code
Issues
Pull Requests
Actions
4
Packages
Projects
Releases
Wiki
Activity
002ee78966
PromucFlow_constructor
/
deploy
/
docker
/
fs
/
opt
/
appsmith
/
run-rts.sh
4 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: move the rts.conf code to shell file (#38859) ## Description > [!TIP] > Moving the `rts.conf` running code to shell file for more extensibility. Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.Sanity" ### :mag: Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/13004107300> > Commit: b8af6b535edcabed637e94fb5f7f35c36d4608f7 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13004107300&attempt=2" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Sanity` > Spec: > <hr>Tue, 28 Jan 2025 05:59:53 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Deployment** - Added a new shell script (`run-rts.sh`) to manage the execution of the Node.js application - Updated supervisord configuration to use the new shell script for running the application <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Nilesh Sarupriya <20905988+nsarupr@users.noreply.github.com>
2025-01-28 06:22:58 +00:00
#!/bin/bash
chore: Enable source maps for RTS for better error traces (#39099) ## Description The source maps files are there in the RTS folder but aren't being used because they aren't enabled. This PR fixes that by adding the necessary option to node to get better stack traces that point to the actual TypeScript files. ## Automation /test sanity ### :mag: Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the server runtime to improve error reporting and debugging, resulting in more detailed and readable error traces for a smoother troubleshooting experience. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-02-06 16:25:43 +00:00
exec
node --enable-source-maps /opt/appsmith/rts/bundle/server.js
Reference in New Issue
Copy Permalink