release for Yjs@13.0.0-80

This commit is contained in:
Kevin Jahns
2019-04-26 20:05:06 +02:00
parent 01519447ca
commit cb50b2fbcf
5 changed files with 134 additions and 13112 deletions

14
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "websocket server",
"program": "${workspaceFolder}/bin/server.js"
}
]
}