Skip to content

Commit

Permalink
feat: Add task control and update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun-June committed Oct 4, 2023
1 parent 9ab4d11 commit 8b4de18
Show file tree
Hide file tree
Showing 9 changed files with 382 additions and 189 deletions.
4 changes: 2 additions & 2 deletions docker/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cosmos-surge",
"version": "1.0.0",
"version": "1.1.0",
"main": "main.js",
"description": "cosmos-surge",
"scripts": {
"start": "NODE_TLS_REJECT_UNAUTHORIZED=0 node main.js"
},
"dependencies": {
"@azure/cosmos": "^3.17.3"
"@azure/cosmos": "^4.0.0"
}
}
3 changes: 2 additions & 1 deletion loading/loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
html, body {
height: 100%;
margin: 0;
background-color: transparent;
}

body {
align-items: center;
background-color: #f4f2f0;
background-color: transparent;
display: flex;
justify-content: center;
}
Expand Down

0 comments on commit 8b4de18

Please sign in to comment.