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