[READ-ONLY] Mirror of https://github.com/flo-bit/contrail. atproto backend in a bottle flo-bit.dev/contrail/
0

Configure Feed

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

dont build apps/

Florian (Apr 24, 2026, 12:45 PM +0200) 4eaa77c6 4d11da34

+3 -2
+3 -2
package.json
··· 4 4 "version": "0.0.0", 5 5 "type": "module", 6 6 "scripts": { 7 - "build": "turbo run build", 7 + "build": "turbo run build --filter=./packages/*", 8 + "build:apps": "turbo run build", 8 9 "test": "turbo run test", 9 10 "typecheck": "turbo run typecheck", 10 11 "dev": "turbo run dev", 11 12 "clean": "turbo run clean", 12 - "release": "turbo run build && changeset publish" 13 + "release": "turbo run build --filter=./packages/* && changeset publish" 13 14 }, 14 15 "devDependencies": { 15 16 "@changesets/cli": "^2.29.4",