change entry file

This commit is contained in:
Mathieu Lussier 2024-07-05 16:19:17 -04:00
parent c1037c2a8a
commit f162cfc5a2
Signed by: mathieulussier
GPG Key ID: EF8AC4E6BA8BCAB3

View File

@ -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",