custom element for embedding Bluesky posts and feeds mary-ext.github.io/bluesky-embed
typescript npm bluesky atcute
7
fork

Configure Feed

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

chore: do the copy during build

Mary a9201830 7a142594

+4 -4
+2 -2
packages/bluesky-post-embed/package.json
··· 22 22 }, 23 23 "scripts": { 24 24 "dev": "vite", 25 - "build": "pnpm run check && vite build", 25 + "build": "pnpm run check && vite build && rsync -aHAX --delete ../../themes/ themes/", 26 26 "check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json", 27 - "prepack": "pnpm run build; rsync -aHAX --delete ../../themes/ themes/" 27 + "prepack": "pnpm run build" 28 28 }, 29 29 "dependencies": { 30 30 "@atcute/bluesky": "^1.0.9",
+2 -2
packages/bluesky-profile-feed-embed/package.json
··· 22 22 }, 23 23 "scripts": { 24 24 "dev": "vite", 25 - "build": "pnpm run check && vite build", 25 + "build": "pnpm run check && vite build && rsync -aHAX --delete ../../themes/ themes/", 26 26 "check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json", 27 - "prepack": "pnpm run build; rsync -aHAX --delete ../../themes/ themes/" 27 + "prepack": "pnpm run build" 28 28 }, 29 29 "dependencies": { 30 30 "@atcute/bluesky": "^1.0.9",