add comments to cider and boilerplate azure

This commit is contained in:
Enstrayed
2023-11-06 11:52:17 -08:00
parent f275bae2a7
commit 74d9b82e0e
6 changed files with 407 additions and 32 deletions

View File

@@ -1,5 +1,6 @@
{
"dependencies": {
"@azure/communication-email": "^1.0.0",
"express": "^4.18.2",
"ioredis": "^5.3.2",
"random-key": "^0.3.2"
@@ -13,12 +14,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/enstrayed/api.git"
"url": "git+https://github.com/enstrayed/enstrayedapi.git"
},
"author": "enstrayed",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/enstrayed/api/issues"
"url": "https://github.com/enstrayed/enstrayedapi/issues"
},
"homepage": "https://github.com/enstrayed/api#readme"
"homepage": "https://api.enstrayed.com"
}