[READ-ONLY] Mirror of https://github.com/danielroe/stream-vue. Vue component for Cloudflare Stream.
cloudflare stream vue vuejs
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: migrate resolutions to `pnpm-workspace.yaml`

Daniel Roe (Apr 28, 2026, 6:10 PM +0100) 12e288e9 ab56ecbc

+3 -3
-3
package.json
··· 62 62 "vitest": "latest", 63 63 "vue": "3.5.32" 64 64 }, 65 - "resolutions": { 66 - "stream-vue": "link:." 67 - }, 68 65 "simple-git-hooks": { 69 66 "pre-commit": "npx nano-staged" 70 67 },
+3
pnpm-workspace.yaml
··· 1 1 packages: 2 2 - playground 3 3 4 + 5 + overrides: 6 + stream-vue: "link:."