- Add search profiles (DB, API, settings UI) and wire into scorer/pipeline search terms. - Add cover letter generation (service, job action, JobDetail UI). - Align JobSpy Indeed country with country-level search geography when settings conflict; warn in logs. - Infer country from search cities via inferCountryKeyFromSearchGeography (shared). - Ignore extractor venv/storage and local data in Biome; ignore orchestrator/storage and JobSpy .venv in git. - Vite: do not watch orchestrator/storage (prevents reloads during startup.jobs pipeline). - JobSpy: document Python 3.10+ and venv setup in README/requirements. - Onboarding and settings: local resume path handling, orchestrator .env.example for Vite. Made-with: Cursor
7 lines
379 B
Plaintext
7 lines
379 B
Plaintext
# Copy to `.env` in this folder if you want Vite-only overrides.
|
|
# The dev server still loads the monorepo root `.env` for API settings.
|
|
#
|
|
# Optional: skip Reactive Resume steps in the onboarding wizard (client build / `npm run dev`).
|
|
# Not required if `JOBOPS_LOCAL_RESUME_PATH` is set in the root `.env` — the API exposes that to the UI.
|
|
# VITE_SKIP_RXRESUME_ONBOARDING=true
|