Get config variables in auth0 in env file

This commit is contained in:
2021-10-04 09:59:29 -05:00
parent 737be09b5f
commit cc44c409d7
10 changed files with 58 additions and 76 deletions

View File

@@ -9,8 +9,9 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.7",
"@astrojs/renderer-react": "^0.2.1"
"@astrojs/renderer-react": "^0.2.1",
"@snowpack/plugin-dotenv": "^2.2.0",
"astro": "^0.20.7"
},
"dependencies": {
"@auth0/auth0-react": "^1.8.0"