PriceGhost/backend
Tony Fruzza ea5bf6798a fix: remove JSON.parse on axios response (auto-parses JSON)
axios auto-parses JSON responses, so response.data is already an object.
Calling JSON.parse on it throws a silent error, preventing the remote
browser connection from working.
2026-06-15 07:42:07 +00:00
..
src fix: remove JSON.parse on axios response (auto-parses JSON) 2026-06-15 07:42:07 +00:00
.dockerignore Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
.env.example Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
Dockerfile Add Puppeteer fallback for Cloudflare-protected sites 2026-01-21 20:55:49 -05:00
package-lock.json feat: add openai_base_url config for LiteLLM/OpenAI-compatible proxy support 2026-06-15 07:07:07 +00:00
package.json Add Google Gemini AI support (v1.0.6) 2026-01-26 21:02:14 -05:00
tsconfig.json Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00