Fix TypeScript compilation errors and update .gitignore

This commit is contained in:
Bivekich
2025-08-06 02:31:22 +03:00
parent 7320fcf4fb
commit 643a6b76b3
5 changed files with 13 additions and 10 deletions

3
.gitignore vendored
View File

@ -5,6 +5,9 @@ node_modules/
dist/
build/
# Generated files
backend/src/schema.gql
# Environment files
.env
.env.local