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 eb20692 commit d98f241Copy full SHA for d98f241
.gitignore
@@ -2,4 +2,3 @@
2
node_modules
3
.DS_Store
4
.vercel
5
-/public/llms-full.txt
package.json
@@ -3,7 +3,7 @@
"version": "0.0.1",
"scripts": {
"dev": "next dev",
6
- "build": "pnpm run extract-llms && node gen-rss.js && next build",
+ "build": "node gen-rss.js && next build",
7
"postbuild": "next-sitemap",
8
"start": "next start",
9
"test": "deno run -A ./deno_scripts/run_code_blocks.ts",
0 commit comments