mirror of
				https://github.com/9technologygroup/patchmon.net.git
				synced 2025-11-03 21:43:33 +00:00 
			
		
		
		
	Refactored code to remove duplicate backend api endpoints for counting Improved connection persistence issues Improved database connection pooling issues Fixed redis connection efficiency Changed version to 1.3.0 Fixed GO binary detection based on package manager rather than OS
		
			
				
	
	
		
			6 lines
		
	
	
		
			128 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			128 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
const { getPrismaClient } = require("../../../config/prisma");
 | 
						|
 | 
						|
const prisma = getPrismaClient();
 | 
						|
 | 
						|
module.exports = { prisma };
 |