projectConverterDraft
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 folder contains all server-side code for this project.
index.ts- The main HTTP entrypoint for the project that serves frontend assets and API endpoints
- This file must be set as an HTTP type in Val Town, not a Script
- It exports
app.fetch(not the app object) which is required for Val Town HTTP handlers