pizza-bot-shared

Shared components and types for the Pizza Bot application

Usage no npm install needed!

<script type="module">
  import pizzaBotShared from 'https://cdn.skypack.dev/pizza-bot-shared';
</script>

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.