feat: content generation UI, test script, and API docs

This commit is contained in:
cawcenter
2025-12-15 01:56:43 -05:00
parent 0fc881c0ad
commit 63f7470967
8 changed files with 432 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
// BullMQ Worker: Content Generator
import { Worker } from 'bullmq';
import { pool } from '../lib/db/db';
import { pool } from '../lib/db';
import { redisConnection } from '../lib/queue/config';
import { SpintaxResolver, expandVariables, generateCartesianProduct } from '../lib/spintax/resolver';
import crypto from 'crypto';