Skip to content

Commit

Permalink
cloud: new cloudflare login flow
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jul 31, 2024
1 parent 782c993 commit fd90b8d
Show file tree
Hide file tree
Showing 7 changed files with 546 additions and 3,842 deletions.
15 changes: 15 additions & 0 deletions plugins/cloud/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Test Cloudflared",
"type": "node",
"request": "launch",
"args": [
"${workspaceFolder}/test/test-cloudflared.ts"
],
"runtimeArgs": [
"-r",
"ts-node/register"
],
"cwd": "${workspaceRoot}",
"protocol": "inspector",
"internalConsoleOptions": "openOnSessionStart"
},
{
"name": "Scrypted Debugger",
"address": "${config:scrypted.debugHost}",
Expand Down
Loading

0 comments on commit fd90b8d

Please sign in to comment.