correção

This commit is contained in:
Luiz Silva 2024-05-24 10:19:15 -03:00
parent 5c8c85dce5
commit 9ceacd1906
10 changed files with 143 additions and 102 deletions

14
.vscode/launch.json vendored Normal file
View 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"
}
]
}