-
Notifications
You must be signed in to change notification settings - Fork 675
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
use pm2 to start durian.js #8072
Conversation
Does this version of pm2 can use deno also ? |
no, but deno has alternative to pm2 - Pup |
need help: Run bundle exec rake config
/home/runner/work/web-frameworks/web-frameworks/Rakefile:80:in Tasks: TOP => config (See full trace by running task with --trace) Error: Process completed with exit code 1. |
Will be great to have pup then for deno and pm2 for both bun and node |
Last time I've check pup was not production-ready |
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.
Suggestion made will fix CI 😇
Could you also remove bootstrap option in durians config file, and change the one in javascript/config.yaml to bun install --production, in order to make sure Dev dependencies are not use (and to compute build time, in the future)
@@ -5,3 +5,5 @@ framework: | |||
- bun | |||
bootstrap: | |||
- bun install | |||
command: | |||
- bun run pm2 |
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.
This should be a string, not an array.
Also this should be set in javascript/config.yaml file
done that~ |
pm2-beta seams support bun now, I want to try. If it works, then all bun apps can use it.