don't set a default websocket url

This commit is contained in:
ading2210 2024-01-29 15:40:17 -05:00
parent 58a8f2259e
commit b071019761
8 changed files with 45 additions and 20 deletions

View file

@ -1,9 +1,10 @@
#!/bin/bash
#publish libcurl.js as an npm package
#run build.sh first
cp npm/* out
./build.sh all
cp package.json out
cp ../README.md out
cd out
npm publish