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

fix user home directory

graham.systems 54c947b5 fd069c75

verified
Changed files
+2 -2
.tangled
workflows
+2 -2
.tangled/workflows/deploy.yml
··· 31 31 - name: Install Railway CLI 32 32 command: cargo install railwayapp --locked 33 33 34 - - name: Link bin executable 35 - command: ln -s /.cargo/bin/railway /bin/railway 34 + - name: Link railway executable 35 + command: ln -s /tangled/home/.cargo/bin/railway /bin/railway 36 36 37 37 - name: Deploy to Railway 38 38 command: railway up --ci --service="0a1b60d9-2e57-4788-b37f-c6843021b3ea"