diff --git a/vite.config.ts b/vite.config.ts index e8ec15c..c759a32 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,7 +9,7 @@ export default defineConfig({ react(), vitePluginVersionMark({ name: "Synapse Admin", - command: "git describe --tags || git rev-parse --short HEAD", + command: "git describe --tags || git rev-parse --short HEAD || echo 'unknown'", ifMeta: false, ifLog: false, ifGlobal: true,