A stream.place client in a single index.html

take 2

+1 -1
+1 -1
.tangled/workflows/deploy.yml
··· 22 22 23 23 steps: 24 24 - name: Install Railway CLI 25 - command: npm i -g @railway/cli 25 + command: bash <(curl -fsSL cli.new) 26 26 - name: Link 27 27 command: railway link -p $RAILWAY_PROJECT_ID -e $RAILWAY_ENVIRONMENT_ID -s $RAILWAY_SERVICE_ID --json 28 28 - name: Deploy