Skip to content

Commit 60b4463

Browse files
committed
ui
1 parent 768a5c5 commit 60b4463

File tree

10 files changed

+824
-316
lines changed

10 files changed

+824
-316
lines changed

pnpm-lock.yaml

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"fetch:history": "node ./scripts/fetch-remote-history.mjs",
88
"dev": "pnpm run fetch:history && rsbuild dev",
99
"dev:mock": "cross-env RSBUILD_PUBLIC_DATA_SOURCE=mock pnpm run fetch:history && cross-env RSBUILD_PUBLIC_DATA_SOURCE=mock rsbuild dev",
10+
"dev:cached": "rsbuild dev",
1011
"build": "pnpm run fetch:history && rsbuild build",
1112
"preview": "rsbuild preview"
1213
},
@@ -17,6 +18,7 @@
1718
"class-variance-authority": "^0.7.0",
1819
"clsx": "^2.0.0",
1920
"lucide-react": "^0.356.0",
21+
"react-router-dom": "^7.0.2",
2022
"react": "^18.3.1",
2123
"react-dom": "^18.3.1",
2224
"tailwind-merge": "^2.3.0",

website/scripts/fetch-remote-history.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { writeFile } from 'node:fs/promises';
44
import { dirname, resolve } from 'node:path';
55
import { fileURLToPath } from 'node:url';
66

7-
const STACKS = ['rsbuild', 'rspack', 'rslib', 'rstest', 'rsdoctor', 'rslint'];
7+
const STACKS = ['rsbuild', 'rspack', 'rslib', 'rstest', 'rsdoctor', 'rspress'];
88
const DATA_REPO = 'rspack-contrib/rstack-ecosystem-ci';
99
const DATA_BRANCH_URL = `https://raw.githubusercontent.com/${DATA_REPO}/data`;
1010

0 commit comments

Comments
 (0)