export { default as WebshopServer } from './webshop-server/WebshopServer.js';
export type { Product, CartItem } from './webshop/types.js';
