diff --git a/packages/app/vite.config.ts b/packages/app/vite.config.ts index 05790b96..768a627a 100644 --- a/packages/app/vite.config.ts +++ b/packages/app/vite.config.ts @@ -35,6 +35,7 @@ export default defineConfig({ command: "git describe --always --tags", ifMeta: false, ifLog: false, + ifGlobal: false, }), ], assetsInclude: ["**/*.md", "**/*.wasm"],