Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Sep 30, 2023
1 parent 66aa490 commit 7a41ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as sqlite from "./src/sqlite.js";
import * as prometheus from "./src/prometheus.js";
import { checkHealth } from "./src/health.js";
import { toJSON } from "./src/http.js";
console.log(`Server listening on PORT http://localhost:${PORT}`);
console.log(`Server listening on http://${HOSTNAME}:${PORT}`);
console.log("Verifying with PUBLIC_KEY", PUBLIC_KEY);

const moduleHashes = new Set<string>(); // TO-DO: replace using SQLite DB
Expand Down

0 comments on commit 7a41ad5

Please sign in to comment.