quiero quitar el node_modules

main
brobert 3 months ago
parent 34e7e3f7b2
commit 846d7149ad

@ -10431,3 +10431,6 @@ Or should we proceed with the current settings? The 2-second delay is conservati
> bun run scrape-blog.ts && bun run generate-epub.ts > bun run scrape-blog.ts && bun run generate-epub.ts
> Run shell command? (Y)es/(N)o/(D)on't ask again [Yes]: n > Run shell command? (Y)es/(N)o/(D)on't ask again [Yes]: n
> You can use /undo to undo and discard each aider commit. > You can use /undo to undo and discard each aider commit.
#### Ok I did run the thing but it only scraped 5 posts. Maybe we need to include a system that captures links from inside the blog and adds them to a list (with deduplication) so we can scrape the whole blog?
> Initial repo scan can be slow in larger repos, but only happens once.

@ -4619,3 +4619,6 @@
# 2025-04-01 15:18:53.227861 # 2025-04-01 15:18:53.227861
+n +n
# 2025-04-01 15:23:51.138962
+Ok I did run the thing but it only scraped 5 posts. Maybe we need to include a system that captures links from inside the blog and adds them to a list (with deduplication) so we can scrape the whole blog?

1
.gitignore vendored

@ -1,2 +1,3 @@
.aider* .aider*
node_modules node_modules
node_modules/*

Binary file not shown.
Loading…
Cancel
Save