virtualtabletop-docker/.gitpod-init.sh

6 lines
216 B
Bash
Raw Permalink Normal View History

2024-09-07 06:17:10 +08:00
#!/bin/bash
nvm install 16
nvm use 16
npm install
sed -r "s#http://localhost:([0-9]+)#$(gp url 8272)#;s/VirtualTabletop.io/Gitpod VTT/;s/(allowPublicLibraryEdits.: )false/\\1true/" config.template.json > config.json