mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	* feat: build docker containers when pushing to main The intent here is to publish a docker container for every build of main. This will make it easier to run the tip of main.
		
			
				
	
	
		
			8 lines
		
	
	
		
			102 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			102 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
'use strict';
 | 
						|
 | 
						|
const unleash = require('unleash-server');
 | 
						|
 | 
						|
let options = {};
 | 
						|
 | 
						|
unleash.start(options);
 |