mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Simplify launch.json for VSCode
This commit is contained in:
parent
da4137a665
commit
765ccdbe6f
1 changed files with 3 additions and 22 deletions
25
.vscode/launch.json
vendored
25
.vscode/launch.json
vendored
|
|
@ -1,30 +1,11 @@
|
||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"compounds": [
|
|
||||||
{
|
|
||||||
"name": "Development Server",
|
|
||||||
"configurations": [/*"Prisma: Development server",*/ "GQL: Development server", "Astro: Development server"],
|
|
||||||
"stopAll": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"command": "npx prisma generate --watch",
|
"command": "yarn dev",
|
||||||
"name": "Prisma: Development server",
|
"name": "Development server",
|
||||||
"request": "launch",
|
|
||||||
"type": "node-terminal"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"command": "npx graphql-codegen -w",
|
|
||||||
"name": "GQL: Development server",
|
|
||||||
"request": "launch",
|
|
||||||
"type": "node-terminal"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"command": "npx astro dev",
|
|
||||||
"name": "Astro: Development server",
|
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"type": "node-terminal"
|
"type": "node-terminal"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue