mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Moved files to config folders, and updated pm2 command
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"apps" : [{
|
||||
"name" : "zoff",
|
||||
"script" : "./server.js",
|
||||
"script" : "./index.js",
|
||||
"watch" : true,
|
||||
"ignore_watch": ["node_modules", "views/assets/images/thumbnails"],
|
||||
"ignore_watch": ["node_modules", "public/assets/images/thumbnails"],
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user