refactor: remove unused files

This commit is contained in:
Mauricio Siu
2024-10-07 00:49:54 -06:00
parent c4cf545d85
commit 9b6ea99eea
74 changed files with 8 additions and 3928 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"dev": "PORT=4000 tsx watch src/index.ts",
"build": "tsc --project tsconfig.json",
"start": "node --experimental-specifier-resolution=node dist/index.js"
"start": "node --experimental-specifier-resolution=node dist/index.js",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"pino": "9.4.0",