Merge branch 'issue/6-pastas-classes' into 'develop'
Issue #6: Add class dirs Closes #6 See merge request rfhf19/treinamento-web-2021.1-back!1
Branches 1-criar-classe-prato
No related tags found
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
{ | ||
"name": "treinamento-blendb", | ||
"name": "treinamento-web", | ||
"version": "1.0.0", | ||
"description": "Treinamento para projeto BlenDB", | ||
"description": "Treinamento para web", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index", | ||
... | ... | @@ -25,4 +25,4 @@ |
"ts-node": "^4.1.0", | ||
"typescript": "^2.7.1" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please register or sign in to comment