devtools
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.
Add useful shortcuts to a val website.
/_edit
-> go to the val editor/_raw
-> view val source/_logs
-> view val logs
import { devtools } from "https://esm.town/v/pomdtr/devtools";
export default devtools((_req: Request) => {
return new Response("hello world");
});