Update spotify connection

This commit is contained in:
2022-01-17 16:51:49 +01:00
parent 9e822ba674
commit f02635b83c
13 changed files with 130 additions and 88 deletions

View File

@@ -8,7 +8,7 @@
"dev": "node ace serve --watch",
"seed": "node ace db:seed",
"mig": "node ace migration:run",
"lr": "node ace list:routes",
"lr": "node ace routes:pretty-list",
"lint": "npx eslint --ext .json,.ts --fix ."
},
"dependencies": {
@@ -29,6 +29,7 @@
"phc-argon2": "^1.1.1",
"pretty-list-routes": "^0.0.5",
"proxy-addr": "^2.0.7",
"query-string": "^7.1.0",
"reflect-metadata": "^0.1.13",
"tslib": "^2.3.1"
},