First version of new crawler

This commit is contained in:
SepehrYahyaee
2026-03-14 14:07:52 +03:30
parent abc0bd9bee
commit c9cf830d7b
35 changed files with 27108 additions and 1174 deletions

8
nest-cli.json Normal file
View File

@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}