feat: add winston logger (#143)

* feat: add winston logger

* refactor: improve usage of winston logger overide, remove start.js file and logger.js file used for override

* fix: formatting

* fix: formatting
This commit is contained in:
Meier Lukas
2024-02-20 21:28:27 +01:00
committed by GitHub
parent b4749e7091
commit 3d50f8165f
10 changed files with 148 additions and 43 deletions

View File

@@ -13,7 +13,7 @@
"db:push": "pnpm -F db push",
"db:studio": "pnpm -F db studio",
"db:migration:generate": "pnpm -F db migration:generate",
"dev": "node start.js",
"dev": "turbo dev --parallel",
"format": "turbo format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
"format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
"lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
@@ -38,8 +38,5 @@
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"winston": "^3.11.0"
}
}
"prettier": "@homarr/prettier-config"
}