This commit is contained in:
Henry Hiles 2025-12-31 21:22:44 -05:00
commit 96fef1ddaf
No known key found for this signature in database
8 changed files with 68 additions and 229 deletions

18
.vscode/launch.json vendored
View file

@ -1,11 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
"version": "0.2.0",
"configurations": [
{
"command": "deno task dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}