[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
0

Configure Feed

Select the types of activity you want to include in your feed.

1{ 2 "version": "0.2.0", 3 "configurations": [ 4 { 5 "request": "launch", 6 "name": "Launch Endpoint", 7 "type": "node", 8 "cwd": "${workspaceFolder}", 9 "runtimeExecutable": "/home/vscode/.deno/bin/uix", 10 "attachSimplePort": 9229, 11 "args": [ 12 ], 13 "console": "integratedTerminal" 14 } 15 ] 16}