Skip to content

Commit

Permalink
Add api to get progress/activities
Browse files Browse the repository at this point in the history
  • Loading branch information
uroni committed Sep 18, 2024
1 parent 3e0232e commit a94160d
Show file tree
Hide file tree
Showing 4 changed files with 773 additions and 0 deletions.
15 changes: 15 additions & 0 deletions urbackupserver/www2/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// 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": "msedge",
"request": "launch",
"name": "Launch Edge against localhost",
"url": "http://localhost:4000",
"webRoot": "${workspaceFolder}"
}
]
}
Loading

0 comments on commit a94160d

Please sign in to comment.