Added basic Hello World with logger.
This commit is contained in:
@ -2,8 +2,9 @@
|
||||
"name": "finvis-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "A financial tracking web app that allows users to track their investments across multiple exchanges.",
|
||||
"main": "index.js",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"start": "node dist/index.js",
|
||||
"lint": "eslint . --fix"
|
||||
},
|
||||
"author": "",
|
||||
|
Reference in New Issue
Block a user