english version and minio console access

This commit is contained in:
Georgiy Syralev
2025-12-13 12:53:28 +03:00
parent 753696cc93
commit b799f278a4
47 changed files with 4386 additions and 1264 deletions

View File

@@ -1,5 +1,4 @@
const { PrismaClient } = require('@prisma/client');
const prisma = new PrismaClient();
const { prisma } = require('./src/prisma/client');
async function checkTables() {
try {