From f162cfc5a257a3d0004be033228c506531fb296e Mon Sep 17 00:00:00 2001 From: Mathieu Lussier Date: Fri, 5 Jul 2024 16:19:17 -0400 Subject: [PATCH] change entry file --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 130b573..9ac4e1e 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "node-api-template", "version": "0.1.0", "description": "node-api-template is a micro service api template.", - "main": "bin/node-api-template", + "main": "bin/www", "scripts": { - "start": "node --trace-deprecation bin/node-api-template", + "start": "node --trace-deprecation bin/www", "dev": "npx nodemon", "build": "npx rimraf dist && npx tsc --project tsconfig.json && tscpaths -p tsconfig.json -s ./src -o ./dist", "clean": "npx rimraf dist",