Only enable ATS types that work with generic applier

Ashby and unknown_external work. Greenhouse, Lever, Jobvite have
visible CAPTCHAs. Workday requires login. Keep those disabled until
proper handlers are built.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 20:15:47 -08:00
parent 1772229ae7
commit 298d01ae44

View File

@@ -35,8 +35,7 @@ import {
const DEFAULT_ENABLED_APPLY_TYPES = [ const DEFAULT_ENABLED_APPLY_TYPES = [
'easy_apply', 'wellfound', 'easy_apply', 'wellfound',
'greenhouse', 'lever', 'ashby', 'workday', 'jobvite', 'ashby', 'unknown_external',
'unknown_external',
]; ];
const isPreview = process.argv.includes('--preview'); const isPreview = process.argv.includes('--preview');