Finaliza auth de rotas

This commit is contained in:
LeoMortari
2025-09-11 22:25:11 -03:00
parent 13b41d2f52
commit 7139633915
6 changed files with 187 additions and 18 deletions

View File

@@ -9,9 +9,9 @@
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"start:dev": "NODE_ENV=development nest start --watch",
"start:debug": "NODE_ENV=development nest start --debug --watch",
"start:prod": "NODE_ENV=production node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",
@@ -47,6 +47,7 @@
"@types/express": "5.0.0",
"@types/jest": "30.0.0",
"@types/node": "22.10.7",
"@types/passport-jwt": "4.0.1",
"@types/supertest": "6.0.2",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",