README update

This commit is contained in:
RDarius
2025-02-27 18:51:18 +02:00
committed by GitHub
parent 3d34febf6e
commit a644a1dc99
2 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"license": "ISC",
"scripts": {
"build": "tsc",
"start:dev": "ts-node-dev --respawn ./src/app.ts",
"start": "ts-node-dev --respawn ./src/app.ts",
"prod": "tsc && node ./dist/app.js"
},
"repository": {