mirror of
				https://github.com/teamhanko/hanko.git
				synced 2025-11-04 08:57:55 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			137 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			137 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/** @type {import('next').NextConfig} */
 | 
						|
const nextConfig = {
 | 
						|
  reactStrictMode: true,
 | 
						|
  swcMinify: true,
 | 
						|
}
 | 
						|
 | 
						|
module.exports = nextConfig
 |