diff --git a/vite.config.ts b/vite.config.ts index e59bb8a..5b36858 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -13,7 +13,7 @@ if (prefix.endsWith('/')) { const version = fs.readFileSync("version", "utf8"); if (!version) { - throw new Error('Unable to execute git describe'); + throw new Error('Unable to read ./version'); } export default defineConfig({