We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f385b commit e99bb38Copy full SHA for e99bb38
3 files changed
package.json
@@ -14,6 +14,7 @@
14
"lint:fix": "biome lint --write src/",
15
"format": "biome format src/",
16
"format:fix": "biome format --write src/",
17
+ "generate:llms-txt": "tsx scripts/generate-llms-txt.ts",
18
"check": "biome check src/ && pnpm run lint:links",
19
"check:fix": "biome check --write src/"
20
},
0 commit comments