We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e292e4e commit 4dfee24Copy full SHA for 4dfee24
netlify.toml
@@ -0,0 +1,4 @@
1
+[build]
2
+ base = "Sample-01"
3
+ command = "printf '{\"domain\":\"%s\", \"clientId\":\"%s\", \"apiUri\":\"%s\", \"authorizationParams\":{\"audience\":\"%s\"}}' \"${AUTH0_DOMAIN}\" \"${AUTH0_CLIENT_ID}\" \"${URL}\" \"${AUTH0_AUDIENCE}\"> auth_config.json && npm install && npm run build"
4
+ publish = "dist/login-demo"
0 commit comments