a1ba5ee093
Replace Supabase auth and search runtime with a local Fastify API, PostgreSQL/PostGIS schema, and local session handling. Scaffold the worker and deep-research foundations while keeping the existing research, dashboard, and map flows running on the new backend.
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
export const RUN_SEARCH_JOB = 'search.run';
|
|
export const RUN_DEEP_RESEARCH_BATCH_JOB = 'deep-research.run';
|