astrojs rewrite

This commit is contained in:
z0x 2024-11-08 22:55:18 -05:00
parent 43e147891b
commit 1a7aac7b52
34 changed files with 6768 additions and 121 deletions

11
.vscode/launch.json vendored Normal file
View file

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