Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
correct start script
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Nov 4, 2022
1 parent 10e243e commit c0a2049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"utf-8-validate": "^5.0.8"
},
"scripts": {
"start": "node --enable-source-maps . | pino-pretty -i pid,hostname -t 'yyyy-mm-dd HH:MM:ss'",
"start": "node --enable-source-maps .",
"dev": "tsup src/index.ts --watch",
"prettier": "prettier --write ./src",
"lint": "eslint --ext .ts",
Expand Down

0 comments on commit c0a2049

Please sign in to comment.