Shared Module

This directory contains code that is shared between the frontend and backend.

Files

  • types.ts - TypeScript interfaces and types used across the application

Important Notes

  • Code in this directory must work in both browser and server environments
  • Do not use Deno-specific APIs here
  • Use https://esm.sh for any imports to ensure compatibility