diff options
| author | 2024-08-17 15:09:12 +0100 | |
|---|---|---|
| committer | 2024-08-17 15:09:12 +0100 | |
| commit | 488f5ad01e072b770ed518e79570fefb005198d8 (patch) | |
| tree | 91fa9437a89cbd07fa15639829275778d53bf439 | |
| parent | Cache 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.ts | 1 |
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/ |