chore: init project with Fastify and TypeScript

Made-with: Cursor
This commit is contained in:
Anton
2026-03-04 13:36:12 +03:00
commit cfadcd9292
5 changed files with 6129 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
node_modules
dist
.env
*.log
.DS_Store
coverage
.vitest
*.tsbuildinfo