aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-17 15:09:12 +0100
committerGravatar Joe Banks <[email protected]>2024-08-17 15:09:12 +0100
commit488f5ad01e072b770ed518e79570fefb005198d8 (patch)
tree91fa9437a89cbd07fa15639829275778d53bf439
parentCache from ghcr.io for backend & frontend in docker-compose.yml (diff)
Stop consuming error objects on Git, it's noisy
-rw-r--r--thallium-frontend/vite.config.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/thallium-frontend/vite.config.ts b/thallium-frontend/vite.config.ts
index ef20176..0c0862f 100644
--- a/thallium-frontend/vite.config.ts
+++ b/thallium-frontend/vite.config.ts
@@ -9,7 +9,6 @@ try {
.toString().replace(/\n$/, "");
} catch (e) {
console.error("Failed to get commit hash");
- console.error(e);
}
// https://vitejs.dev/config/