mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 09:50:24 +00:00
updated package and created pm2 runfile
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "zoff",
|
||||
"version": "1.0.0",
|
||||
"description": "Zoff ====",
|
||||
"main": "gulpfile.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/zoff-music/zoff.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/zoff-music/zoff/issues"
|
||||
},
|
||||
"homepage": "https://github.com/zoff-music/zoff#readme",
|
||||
"dependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-uglifyjs": "^0.6.2",
|
||||
"gulp-util": "^3.0.8"
|
||||
}
|
||||
}
|
||||
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