feat: pnpm workspace, deep links, and web repos page (#476)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Wes
2026-05-04 17:09:25 -07:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 32e97b34d1
commit 4d0cd58d35
27 changed files with 1517 additions and 3276 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "sprout-workspace",
"private": true,
"packageManager": "pnpm@10.33.0",
"scripts": {
"check": "pnpm -r check"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6"
}
}