Devtools shortcuts

Add useful shortcuts to a val website.

Usage

  • /_edit -> go to the val editor
  • /_raw -> view val source
  • /_logs -> view val logs

Example

import { devtools } from "https://esm.town/v/pomdtr/devtools"; export default devtools((_req: Request) => { return new Response("hello world"); });