mirror of
				https://github.com/cerc-io/watcher-ts
				synced 2025-10-31 12:24:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			170 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			170 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
| #! /usr/bin/env node
 | |
| 
 | |
| const { main } = require('../dist/cli/compare/compare-entity')
 | |
| 
 | |
| main().catch(err => {
 | |
|   console.log(err);
 | |
| }).finally(() => {
 | |
|   process.exit(0);
 | |
| });
 |