Module

x/ultra/.vscode/launch.json

Zero-Legacy Deno/React Suspense SSR Framework
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": [ { "request": "launch", "name": "Launch Program", "type": "pwa-node", "program": "${file}", "cwd": "${workspaceFolder}", "runtimeExecutable": "/deno/bin/deno", "runtimeArgs": [ "run", "--config", "./deno.json", "--inspect", "--allow-all" ], "attachSimplePort": 9229 } ]}