virtualtabletop-docker/.devcontainer/setup.sh
2024-09-06 22:04:54 +00:00

4 lines
288 B
Bash

#!/bin/bash
sed -r "s/http:\/\/localhost:([0-9]+)/https:\/\/${CODESPACE_NAME}-\\1.app.github.dev/;s/VirtualTabletop.io/Codespaces VTT/;s/(allowPublicLibraryEdits.: )false/\\1true/" config.template.json > config.json
npm install
gh codespace ports visibility 8272:public -c $CODESPACE_NAME