mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 17:31:14 -05:00
feat: Add debug logging for company generation
This commit is contained in:
@@ -78,6 +78,12 @@ export function TestDataGenerator() {
|
||||
setResults(null);
|
||||
|
||||
try {
|
||||
console.log('=== TEST DATA GENERATOR DEBUG ===');
|
||||
console.log('Selected entity types:', selectedEntityTypes);
|
||||
console.log('Preset:', preset);
|
||||
console.log('Field density:', fieldDensity);
|
||||
console.log('===================================');
|
||||
|
||||
const { data, error } = await supabase.functions.invoke('seed-test-data', {
|
||||
body: {
|
||||
preset,
|
||||
|
||||
Reference in New Issue
Block a user