Create gh action - format #17
@ -8,7 +8,7 @@ import { app } from "./app";
 | 
				
			|||||||
const options = {
 | 
					const options = {
 | 
				
			||||||
    key: fs.readFileSync("static/certs/key.pem"),
 | 
					    key: fs.readFileSync("static/certs/key.pem"),
 | 
				
			||||||
        cert: fs.readFileSync("static/certs/cert.pem"),
 | 
					        cert: fs.readFileSync("static/certs/cert.pem"),
 | 
				
			||||||
    passphrase: "123456"
 | 
					passphrase: "123456"
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// const server = http.createServer(app).listen(80);
 | 
					// const server = http.createServer(app).listen(80);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user