website/.vscode/launch.json
2025-07-31 22:30:12 -04:00

11 lines
245 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"command": "nix run nixpkgs#deno task dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}