Skip to content

Commit 0804c48

Browse files
committed
adjust to spec
1 parent 10efe1b commit 0804c48

4 files changed

Lines changed: 230 additions & 220 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"sync": "node scripts/collections/index.mjs",
99
"sync:orama": "pnpm build && node scripts/sync-orama.mjs",
1010
"dev": "pnpm sync && vinxi dev",
11-
"build": "pnpm sync && pnpm build:sitemap && pnpm build:llm && NODE_OPTIONS=\"--max-old-space-size=8192\" vinxi build",
12-
"build:llm": "node scripts/llm-gen.js",
11+
"build": "pnpm sync && pnpm build:sitemap && pnpm build:llms && NODE_OPTIONS=\"--max-old-space-size=8192\" vinxi build",
12+
"build:llms": "node scripts/llms-gen.js",
1313
"build:sitemap": "node scripts/generateSitemap.js",
1414
"start": "vinxi start",
1515
"e2e": "npx playwright test",

public/llm.txt

Lines changed: 0 additions & 216 deletions
This file was deleted.

0 commit comments

Comments
 (0)