Working Auth0 on site

This commit is contained in:
2021-09-28 21:29:15 -05:00
parent d4d904d165
commit 8855709a34
11 changed files with 138 additions and 9 deletions

View File

@@ -4,7 +4,8 @@
"description": "[![Serverless Fullstack Application Express React DynamoDB AWS Lambda AWS HTTP API](https://s3.amazonaws.com/assets.github.serverless/components/readme-serverless-framework-fullstack-application.png\r )](https://www.serverless-fullstack-app.com)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write ."
},
"repository": {
"type": "git",
@@ -14,5 +15,6 @@
"license": "ISC",
"devDependencies": {
"prettier": "2.4.1"
}
},
"dependencies": {}
}