diff options
author | Alan Pearce | 2023-09-14 11:40:17 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-15 19:24:52 +0200 |
commit | 02abf6ebb5ac4979537ee52ccdc93a4f29820cea (patch) | |
tree | 62b352dcae0e615e7404d91e8788e941f5338710 /src | |
parent | 75041215b306fd5b7e7a86c2b0f35e5590010dea (diff) | |
download | homestead-02abf6ebb5ac4979537ee52ccdc93a4f29820cea.tar.lz homestead-02abf6ebb5ac4979537ee52ccdc93a4f29820cea.tar.zst homestead-02abf6ebb5ac4979537ee52ccdc93a4f29820cea.zip |
Build with docker
Diffstat (limited to 'src')
-rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 2818682..f968fda 100644 --- a/src/index.ts +++ b/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); |