basic setup with yoga + pothos and pino logger
This commit is contained in:
parent
f8a16a9fce
commit
6312b344cd
7 changed files with 52 additions and 10 deletions
|
|
@ -3,11 +3,10 @@
|
|||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "bun src/index.ts --watch"
|
||||
"dev": "bun --watch src/index.ts | pino-pretty"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"@types/pino": "^7.0.5"
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue