Skip to main content
Module

x/oak/.vscode/launch.json

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
File
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Deno: Run", "request": "launch", "type": "pwa-node", "program": "examples/server.ts", "cwd": "${workspaceFolder}", "runtimeExecutable": "deno", "runtimeArgs": [ "run", "--unstable", "--inspect", "--allow-net" ], "attachSimplePort": 9229 } ]}