Browse Source

defined startup script

feature/telegramLogin
Nareshkumar Rao 3 years ago
parent
commit
71ceddafc2
  1. 5
      package.json

5
package.json

@ -2,9 +2,10 @@
"name": "ssr-tracing-backend", "name": "ssr-tracing-backend",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js",
"main": "app.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",

Loading…
Cancel
Save