hypercross
f7a6eb6ee1
feat: allow loading mods without a Steam API key
...
Add fetchModFromUrl/fetchModFileFromUrl and accept a fileUrl query param on /items routes so the frontend can download saves directly from a search result's file_url, with no key required.
2026-08-08 11:32:57 +08:00
hypercross
4ffe858c36
fix: make STEAM_API_KEY optional so the proxy starts without it
...
The proxy now boots without a key; /items routes still return 500 when a key is required but missing.
2026-08-08 11:28:58 +08:00
hypercross
b32cb53c67
test: add proxy route and env tests
...
Cover health, search, and items routes via Hono's app.request, plus env validation.
2026-08-08 11:15:42 +08:00
hypercross
1de559c321
feat: scaffold workspace with search, fetch, and extract packages
2026-08-08 10:43:00 +08:00