Build with docker
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M src/index.ts → src/index.ts
@@ -5,7 +5,7 @@ import prom from "bun-prometheus-client"; import readConfig from "./config"; -const base = "../website/"; +const base = "./website/"; const publicDir = path.resolve(base, "public") + path.sep; const config = readConfig(base);