correção
This commit is contained in:
parent
5c8c85dce5
commit
9ceacd1906
10 changed files with 143 additions and 102 deletions
14
.vscode/launch.json
vendored
Normal file
14
.vscode/launch.json
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
// Use o IntelliSense para saber mais sobre os atributos possíveis.
|
||||
// Focalizar para exibir as descrições dos atributos existentes.
|
||||
// Para obter mais informações, acesse: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "pnpm run gerar",
|
||||
"type": "node-terminal",
|
||||
"request": "launch",
|
||||
"command": "pnpm run gerar"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue