Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
3e5e3007
Commit
3e5e3007
authored
Mar 18, 2022
by
yPhil
Browse files
New npm command to run Pétrolette without PM2
- npm run unmanaged
parent
c798cb6f
Pipeline
#496436
failed with stage
in 22 minutes
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
3e5e3007
This diff is collapsed.
Click to expand it.
package.json
View file @
3e5e3007
...
...
@@ -16,6 +16,7 @@
},
"scripts"
:
{
"start"
:
"pm2 start pm2.config.json"
,
"unmanaged"
:
"node ./http/server.js"
,
"restart"
:
"pm2 restart pm2.config.json"
,
"stop"
:
"pm2 stop petrolette"
,
"show"
:
"pm2 show petrolette"
,
...
...
yPhil
@yphil
mentioned in issue
#129 (closed)
·
Mar 18, 2022
mentioned in issue
#129 (closed)
mentioned in issue #129
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment