elastic / synthetics-demo

Demo app for elastic/synthetics
https://elastic.github.io/synthetics-demo/
MIT License
2 stars 11 forks source link

Fix README, add config ts, update package #16

Closed andrewvc closed 1 year ago

andrewvc commented 3 years ago

This fixes a number of issues where it was tricky / misleading in terms of getting the demo to run. We were missing a synthetics.config.ts file, as well as having an incorrect README.

This also updates the package to beta13.

We may want to look into making the coordination of params cleaner, splitting it across synthetics.config.ts and hooks.ts here is tricky.