fix: update import paths in debug scripts after reorganization

- Fix relative imports in experiments/ scripts (../ → ../../)
- Clean up tsconfig.json exclude list (remove non-existent paths)
- All debug scripts now work from their new location

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-22 02:02:52 +05:00
parent dd4c64c601
commit b8f170d83b
8 changed files with 9 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
import 'dotenv/config';
import { chromium } from 'playwright';
import * as fs from 'fs';
import { Logger } from '../utils/logger.js';
import { Logger } from '../../utils/logger.js';
async function main() {
Logger.info('=== Извлечение данных о товаре из HTML ===\n');