Add quotation and tariff backend flow
All checks were successful
Build Docker Image / build (push) Successful in 3m32s

This commit is contained in:
Ruslan Bakiev
2026-04-11 09:00:20 +07:00
parent 3a84d7aace
commit e8051260db
7 changed files with 1947 additions and 115 deletions

3
src/db.ts Normal file
View File

@@ -0,0 +1,3 @@
import { PrismaClient } from '@prisma/client'
export const prisma = new PrismaClient()

File diff suppressed because it is too large Load Diff