fix: version error message

This commit is contained in:
Igor Ramazanov 2025-03-11 18:20:49 +00:00
parent 22e6460b0c
commit 9043c8fe69

View File

@ -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({