This page automatically reloads the widget when you make changes to the source code.
To test hot reload:
src/<script src="http://localhost:3000/widget"></script>
<script>
ReservationAIWidget.init();
</script>
<script src="http://localhost:3000/widget"></script>
<script>
ReservationAIWidget.init({ width: 500, height: 600 });
</script>
<script src="http://localhost:3000/widget"></script>
<script>
ReservationAIWidget.init({ position: 'bottom-left' });
</script>
<script src="http://localhost:3000/widget"></script>
<script>
ReservationAIWidget.init({
width: 450,
height: 650,
position: 'top-right'
});
</script>