pizza-bot-shared
v1.0.1
Published
Shared components and types for the Pizza Bot application
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.
