mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 03:22:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			127 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			127 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { join } from 'path';
 | |
| 
 | |
| export const CWD = process.cwd();
 | |
| export const GENERATOR_DIR = join(__dirname, '../generators');
 |