Skip to content

Commit 612197c

Browse files
committed
chore(website): migrate next -> astro
1 parent 5da0d7b commit 612197c

File tree

485 files changed

+8926
-20133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

485 files changed

+8926
-20133
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ frontend/.tanstack
5252
# Site
5353
website/out/
5454
website/.next/
55+
website/.astro/
5556
website/src/generated/
5657
website/public/docs/
5758
website/public/llms-full.txt
5859
website/public/llms.txt
5960
website/.playwright-mcp/
6061
.vercel
62+

engine/artifacts/openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/packages/components/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"@sentry/react": "^8.55.0",
6464
"@shikijs/langs": "^3.12.2",
6565
"@tailwindcss/container-queries": "^0.1.1",
66+
"@tailwindcss/typography": "^0.5.19",
6667
"@tanstack/react-table": "^8.21.3",
6768
"@tanstack/react-virtual": "^3.13.12",
6869
"@uiw/codemirror-extensions-basic-setup": "^4.25.1",
@@ -92,6 +93,15 @@
9293
"usehooks-ts": "^3.1.1",
9394
"zod": "^3.25.76"
9495
},
96+
"peerDependencies": {
97+
"lodash": "^4.0.0",
98+
"posthog-js": "^1.0.0"
99+
},
100+
"peerDependenciesMeta": {
101+
"posthog-js": {
102+
"optional": true
103+
}
104+
},
95105
"devDependencies": {
96106
"@types/mime": "^4.0.0",
97107
"@types/node": "^20.19.13",

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@
4040
"@types/react": "^19",
4141
"@types/react-dom": "^19",
4242
"@clerk/shared": "3.27.1"
43+
},
44+
"pnpm": {
45+
"overrides": {
46+
"react": "19.1.0",
47+
"react-dom": "19.1.0"
48+
}
4349
}
4450
}

0 commit comments

Comments
 (0)