mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
feat: Impl HtmlTextSplitter
This commit is contained in:
+4
-3
@@ -11,7 +11,7 @@
|
||||
"ingest": "bun run setup/ingest.ts",
|
||||
"agent": "bun run agent.ts",
|
||||
"build": "bun run setup/build_graph.ts",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "bun test"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
@@ -32,7 +32,8 @@
|
||||
"ora": "^9.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.5.2",
|
||||
"@biomejs/biome": "^2.4.9"
|
||||
"@biomejs/biome": "^2.4.9",
|
||||
"bun-types": "^1.3.11",
|
||||
"typescript": "^5.5.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user