aws-samples / amazon-sumerian-hosts

Amazon Sumerian Hosts (Hosts) is an experimental open source project that aims to make it easy to create interactive animated 3D characters for Babylon.js, three.js, and other web 3D frameworks. It leverages AWS services including Amazon Polly (text-to-speech) and Amazon Lex (chatbot).
MIT No Attribution
183 stars 82 forks source link

Fix Dev Server Not Starting #81

Closed brhook-aws closed 2 years ago

brhook-aws commented 2 years ago

What:

With the recent changes to drop an array of exports for the webpack, we accidentally did not remove the array reference from the dev server startup.

Why:

This command needs to be working causes developers to not be able to run their local server.

Test:

npm run --workspace=./packages/amazon-sumerian-hosts-three start npm run --workspace=./packages/amazon-sumerian-hosts-babylon start

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.