| 
						
						
						
					 | 
					@ -1,9 +1,9 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					import dotenv from 'dotenv'; | 
					 | 
					 | 
					import { config } from 'dotenv'; | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					import dotenvExpand from 'dotenv-expand'; | 
					 | 
					 | 
					import { expand } from 'dotenv-expand'; | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					import { join } from 'node:path'; | 
					 | 
					 | 
					import { join } from 'node:path'; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import { defineConfig } from 'prisma/config'; | 
					 | 
					 | 
					import { defineConfig } from 'prisma/config'; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					dotenvExpand.expand(dotenv.config({ quiet: true })); | 
					 | 
					 | 
					expand(config({ quiet: true })); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					export default defineConfig({ | 
					 | 
					 | 
					export default defineConfig({ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  migrations: { | 
					 | 
					 | 
					  migrations: { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |