fixed refs

This commit is contained in:
Bojan Kucera 2025-06-03 15:53:26 -04:00
parent 62baac7640
commit 24e82bbb78
5 changed files with 21 additions and 73 deletions

5
.gitignore vendored
View file

@ -7,6 +7,10 @@ node_modules/
dist/
build/
.next/
*.js
*.js.map
*.d.ts
# Environment variables
.env
@ -28,6 +32,7 @@ pids
*.pid
*.seed
*.pid.lock
*.tsbuildinfo
# Coverage directory used by tools like istanbul
coverage/