Setup getConfig with typebox validations

This commit is contained in:
Dominic Ferrando
2026-07-04 01:12:15 -04:00
parent d042340c8b
commit 1da9795d84
8 changed files with 52 additions and 34 deletions
+4
View File
@@ -14,5 +14,9 @@
"devDependencies": {
"@types/bun": "^1.3.14",
"typescript": "^6.0.3"
},
"dependencies": {
"pino": "^10.3.1",
"@sinclair/typebox": "^0.34.48"
}
}