implemented frontend including separate message system; started to implement backend
This commit is contained in:
17
yjs-poll/node_modules/lib0/.vscode/launch.json
generated
vendored
Normal file
17
yjs-poll/node_modules/lib0/.vscode/launch.json
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
// 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": "Gen Docs",
|
||||
"program": "${workspaceFolder}/bin/gendocs.js",
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user