remove pino-pretty from main start
This commit is contained in:
parent
ae1dbcb865
commit
78aa3e6afb
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
"version": "0.0.1",
|
||||
"main": "index.mts",
|
||||
"scripts": {
|
||||
"start": "tsx index.mts | pino-pretty",
|
||||
"start": "tsx index.mts",
|
||||
"dev": "tsx index.mts | pino-pretty",
|
||||
"build": "true"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue