recuperation des profils avec email verifié

This commit is contained in:
styve Lioumba
2025-11-24 16:17:22 +01:00
parent f1bd4f7ff1
commit acd8a4cc07
4 changed files with 16 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "bash replace-prod-env.sh src/environments/environment.development.ts $ENV_URL && ng serve",
"start:dev": "docker compose up -d && ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
@@ -11,7 +11,7 @@
"tsc:watch": "tsc --noEmit --watch",
"prettier": "prettier --write \"src/**/*.{ts,html,scss,css,md,json}\"",
"prettier:check": "prettier --check \"src/**/*.{ts,html,scss,css,md,json}\"",
"format": "npm run prettier && npm run lint:fix",
"format": "bash replace-prod-env.sh src/environments/environment.development.ts http://localhost:8090 && npm run prettier && npm run lint:fix",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"clean:imports": "ts-unused-exports tsconfig.json --excludePathsFromReport=\"src/main.ts;src/environments\" && npm run lint:fix",