feat: implement sales order services, redis-based concurrency control, and build-time path alias resolution for production.
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 3m33s

This commit is contained in:
Luis Eduardo Estevao
2026-05-17 21:00:31 -03:00
parent ce064fc160
commit a63ca5e598
7 changed files with 306 additions and 151 deletions

View File

@@ -7,7 +7,7 @@
"license": "JURUNENSE HOME CENTER",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"build": "nest build && node scripts/rewrite-dist-src-aliases.js",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",