This commit is contained in:
Fbase965
2026-03-11 12:46:53 +00:00
parent 7ad9b36249
commit 1ceffa0dea
87 changed files with 8133 additions and 353 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "trabalho-api-workspace",
"private": true,
"scripts": {
"start": "npm --prefix angular-app run start",
"build": "npm --prefix angular-app run build",
"test": "npm --prefix angular-app run test",
"watch": "npm --prefix angular-app run watch"
}
}