feat: implement self-hostable mode with server-side directory scanning

This commit is contained in:
ergosteur
2026-03-07 00:59:31 -05:00
parent 41e7c5e206
commit e23dfe4474
4 changed files with 383 additions and 115 deletions

View File

@@ -7,6 +7,7 @@
"dev": "vite --port=3000 --host=0.0.0.0",
"build": "vite build",
"preview": "vite preview",
"server": "tsx server.ts",
"clean": "rm -rf dist",
"lint": "tsc --noEmit"
},