Skip to content

Commit

Permalink
added netlify.toml
Browse files Browse the repository at this point in the history
added netlify.toml
  • Loading branch information
abbaspour committed Nov 15, 2024
1 parent e292e4e commit 4dfee24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[build]
base = "Sample-01"
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"
publish = "dist/login-demo"

0 comments on commit 4dfee24

Please sign in to comment.