Public
Like
HTOC
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
This directory contains code that is shared between the frontend and backend.
types.ts- TypeScript interfaces used throughout the applicationutils.ts- Utility functions for formatting and data manipulation
These files can be imported from both the frontend and backend code. They should not contain any environment-specific code (no Deno or browser-specific APIs).