Create gh action - format #17

Merged
AngeloTadeucci merged 10 commits from github_actions into main 2023-06-06 15:38:59 -07:00
Showing only changes of commit 0e831c8b74 - Show all commits

View File

@ -8,7 +8,7 @@ import { app } from "./app";
const options = {
key: fs.readFileSync("static/certs/key.pem"),
cert: fs.readFileSync("static/certs/cert.pem"),
passphrase: "123456"
passphrase: "123456"
};
// const server = http.createServer(app).listen(80);