web app, icons

This commit is contained in:
EthanShoeDev
2025-09-10 05:16:15 -04:00
parent 129b1c9759
commit a7e36870d6
36 changed files with 3341 additions and 32 deletions

4
apps/web/.vscode/extensions.json vendored Normal file
View File

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

11
apps/web/.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"
}
]
}