Skip to content

Commit

Permalink
feat: generate 100k tokens llms.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
peterje committed Jan 29, 2025
1 parent 7a6ab1a commit 94d32bf
Show file tree
Hide file tree
Showing 3 changed files with 9,197 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"build:lunaria": "lunaria build",
"preview:lunaria": "lunaria preview",
"check:lint": "eslint .",
"check:types": "tsc --noEmit"
"check:types": "tsc --noEmit",
"generate:llms": "node scripts/generate-llms.mjs"
},
"dependencies": {
"@kobalte/core": "^0.13.6",
Expand Down
Loading

0 comments on commit 94d32bf

Please sign in to comment.