Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Pétrolette
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
14
Issues
14
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
yPhil
Pétrolette
Commits
8c727ab9
Commit
8c727ab9
authored
Jan 16, 2019
by
yPhil
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'current'
parents
84dc2c9f
a6630837
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
package.json
package.json
+3
-3
pm2.config.json
pm2.config.json
+1
-1
routes/index.js
routes/index.js
+1
-1
No files found.
package.json
View file @
8c727ab9
...
...
@@ -14,9 +14,9 @@
"scripts"
:
{
"start"
:
"pm2 start pm2.config.json"
,
"restart"
:
"pm2 restart pm2.config.json"
,
"stop"
:
"pm2 stop p
etrolette
"
,
"show"
:
"pm2 show p
etrolette
"
,
"logs"
:
"pm2 logs p
etrolette
"
,
"stop"
:
"pm2 stop p
tl
"
,
"show"
:
"pm2 show p
tl
"
,
"logs"
:
"pm2 logs p
tl
"
,
"postinstall"
:
"bower install"
},
"dependencies"
:
{
...
...
pm2.config.json
View file @
8c727ab9
{
"apps"
:
[{
"name"
:
"p
etrolette
"
,
"name"
:
"p
tl
"
,
"script"
:
"./bin/www"
,
"watch"
:
true
,
"ignore_watch"
:
[
"#*"
,
"favicons-cache"
,
".git"
,
"node_modules"
],
...
...
routes/index.js
View file @
8c727ab9
...
...
@@ -148,7 +148,7 @@ router.get('/feed', function(req, res) {
feedLink
:
feedLink
,
feedTitle
:
feedTitle
});
return
;
//
return;
}
else
if
(
!
res
.
headersSent
)
{
res
.
send
({
error
:
err
});
...
...
Write
Preview
Markdown
is supported
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