mirror of
				https://github.com/teamhanko/hanko.git
				synced 2025-10-31 08:35:47 +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
 | 
