| 1 | import { generateIllustration } from '../server/src/services/illustration-generator.js'; |
| 2 | import { initializeDatabase, getPool } from '../server/src/db/client.js'; |
| 3 | |
| 4 | // Initialize database from env |
nothing calls this directly
no test coverage detected