wow
Some checks failed
/ print-content (push) Has been cancelled

This commit is contained in:
암냥 2026-05-31 13:55:12 +09:00
commit 58ce75b38a
No known key found for this signature in database
114 changed files with 966 additions and 17255 deletions

4
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}

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"
}
]
}