Skip to main content
Module

x/fathym_atomic_social/.vscode/launch.json

A set of atomic components for use with Preact/Tailwind based sites needing social UX.
Go to Latest
File
{ "version": "0.2.0", "configurations": [ { "request": "launch", "name": "Launch Program", "type": "node", "program": "${workspaceFolder}/tests/tests.ts", "cwd": "${workspaceFolder}", "runtimeExecutable": "C:\\ProgramData\\chocolatey\\lib\\deno\\deno.EXE", "runtimeArgs": [ "test", "--config", "./deno.jsonc", "--inspect-wait", "--allow-all" ], "attachSimplePort": 9229 } ]}