README
Pizza-Bot Shared
This is a module containing the components and types that are shared between the frontend and back-end portions of the Pizza-bot application.
How to update
After making an update to this package, make sure each type is exported from the src/index.ts
file and then run npm run build
to run the typescript compiler so that the compiled JavaScript and type definition files reflect your changes.