social components inlay.at
atproto components sdui
86
fork

Configure Feed

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

try to fix deploy

+1 -1
+1 -1
package.json
··· 11 11 ], 12 12 "scripts": { 13 13 "dev": "next dev --turbopack", 14 - "build": "rm -rf .next/cache/* && next build", 14 + "build": "npm run --workspace=@inlay/core build && npm run --workspace=@inlay/render build && rm -rf .next/cache/* && next build", 15 15 "start": "next start", 16 16 "dev:tap": "scripts/dev-tap.sh", 17 17 "dev:ingester": "npm run dev --workspace=ingester",