chore: unbreak vscode config launch command

This commit is contained in:
Alessio Gravili
2023-10-02 23:32:15 +02:00
parent 4f405bbee6
commit 426efcaa08

5
.vscode/launch.json vendored
View File

@@ -14,10 +14,7 @@
"cwd": "${workspaceFolder}",
"name": "Run Dev Fields",
"request": "launch",
"type": "node-terminal",
"env": {
"NODE_ENV": "production"
}
"type": "node-terminal"
},
{
"command": "pnpm run dev:postgres collections-graphql -- -I", // Allow input