aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--thallium-frontend/vite.config.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/thallium-frontend/vite.config.ts b/thallium-frontend/vite.config.ts
index 7c3447e..46cab18 100644
--- a/thallium-frontend/vite.config.ts
+++ b/thallium-frontend/vite.config.ts
@@ -2,8 +2,8 @@ import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import * as child from "child_process";
-const commitHash = child.execSync('git rev-parse --short HEAD')
- .toString().replace(/\n$/, '');
+const commitHash = child.execSync("git rev-parse --short HEAD")
+ .toString().replace(/\n$/, "");
// https://vitejs.dev/config/
export default defineConfig({