mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
updated package and created pm2 runfile
This commit is contained in:
8
server/pm2.json
Normal file
8
server/pm2.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"apps" : [{
|
||||
"name" : "zoff",
|
||||
"script" : "./server.js",
|
||||
"watch" : true,
|
||||
"ignore_watch": ["node_modules", "views/assets/images/thumbnails"],
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user