diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 5350f5d..974d9b3 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "template", + "name": "Cosmic", "version": "1.0.0", - "description": "", - "main": "index.js", + "description": "Cosmic is a framework build on top of express.", + "main": "app.js", "scripts": { "dev": "nodemon app.js", - "prod": "nodejs app.js" + "prod": "pm2 start app.js" }, "keywords": [], "author": "Mhykol <mchaeldonald62@pm.me>", |
