Personal-Site/.vscode/launch.json
Thomas Cole 5d9a07f6a7
Some checks failed
continuous-integration/drone/push Build is failing
Working on new layout. Tailwindcss added and daisyui for theme.
2022-12-18 11:56:34 -05:00

12 lines
207 B
JSON

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