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

@@ -1,3 +1,4 @@
import './polyfills/node-util';
import { NestFactory } from '@nestjs/core';
import { DocumentBuilder, SwaggerModule } from '@nestjs/swagger';
const compression = require('compression');