use direnv

This commit is contained in:
Henry Hiles 2025-11-09 16:16:20 -05:00
commit 83b4402ff0
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

2
.vscode/launch.json vendored
View file

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