Files
fressh/apps/web/.vscode/launch.json
EthanShoeDev a7e36870d6 web app, icons
2025-09-10 05:16:15 -04:00

12 lines
188 B
JSON

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