Files
TermorServer/.gitignore
benya 46c2c3fb28 feat: import library from media root and stream tracks
Add a filesystem scanner that ingests supported audio files from MEDIA_ROOT into SQLite using embedded tags with filename fallbacks. Wire startup scanning, manual rescan, and authenticated audio streaming into the backend, then connect the web player to the real stream endpoint.
2026-04-02 22:29:04 +03:00

15 lines
117 B
Plaintext

node_modules/
dist/
build/
.vite/
*.tsbuildinfo
data/
server.exe
.DS_Store
.env
.env.local
coverage/
tmp/
*.log
bin/