Closed C45tr0 closed 6 years ago
The current code does not seem to work with just running a local express server. This updates to use wt serve to test locally.
wt serve
Using the updated README for development should do it. Make sure you have wt-cli installed and run npm start -- --param AUTH0_DOMAIN=auth0.auth0.com
npm start -- --param AUTH0_DOMAIN=auth0.auth0.com
🚫 This change has been tested in a Webtask
🚫 This change has unit test coverage
🚫 This change has integration test coverage
🚫 This change has been tested for performance
This does not affect the production build, but I could not even run it as a webtask even after pulling initially.
✅ This can be deployed any time
This is for local development.
Note to reviewers: ensure that this change is compatible with the Appliance.
✏️ Changes
The current code does not seem to work with just running a local express server. This updates to use
wt serve
to test locally.🔗 References
13
🎯 Testing
Using the updated README for development should do it. Make sure you have wt-cli installed and run
npm start -- --param AUTH0_DOMAIN=auth0.auth0.com
🚫 This change has been tested in a Webtask
🚫 This change has unit test coverage
🚫 This change has integration test coverage
🚫 This change has been tested for performance
🚀 Deployment
This does not affect the production build, but I could not even run it as a webtask even after pulling initially.
✅ This can be deployed any time
🎡 Rollout
This is for local development.
🖥 Appliance
Note to reviewers: ensure that this change is compatible with the Appliance.