[crawler]: fix conflit

This commit is contained in:
2025-11-02 12:45:45 +02:00
parent 3ea5f6b35c
commit 07bb3992ad
57 changed files with 2204 additions and 4940 deletions
+7
View File
@@ -0,0 +1,7 @@
# porting to Typescript (./basango)
- when working on a porting feature (working directory is basango, refer to docs/ for more instructions)
- make sure to use `bun` 1.3 as runtime not `node`
- prefer `const fn = () => {}` instead of `function`
# legacy (./projects)
- when working on a legacy feature (working director is projects)