Skip to content

Commit 2c7de10

Browse files
authored
Add missing rsc-html-stream dep in plugin-rsc/samples/ssg #857
1 parent a96a6b2 commit 2c7de10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/plugin-rsc/examples/ssg/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@types/react": "^19.1.12",
1919
"@types/react-dom": "^19.1.9",
2020
"@vitejs/plugin-react": "latest",
21-
"@vitejs/plugin-rsc": "latest"
21+
"@vitejs/plugin-rsc": "latest",
22+
"rsc-html-stream": "^0.0.7"
2223
}
2324
}

0 commit comments

Comments
 (0)