Add federated nexus
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-08-13 11:39:25 -04:00
commit ffd126f6e7
No known key found for this signature in database
5 changed files with 21 additions and 4 deletions

2
.vscode/launch.json vendored
View file

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