the statusphere demo reworked into a vite/react app in a monorepo
0
fork

Configure Feed

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

fix workflow step syntax

Use "command" instead of "run"

+1 -1
+1 -1
.tangled/workflows/deploy.yml
··· 14 14 15 15 steps: 16 16 - name: Deploy to Railway 17 - run: railway up --service=$RAILWAY_SERVICE_ID 17 + command: railway up --service=$RAILWAY_SERVICE_ID