We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01688cb commit f583cb4Copy full SHA for f583cb4
docs/.vitepress/navbars.ts
@@ -3,7 +3,7 @@ import fs from "fs";
3
import process from "process";
4
5
export const getVersion = () => {
6
- const versionFilepath = path.join(__dirname, "../../version.txt");
+ const versionFilepath = path.join(__dirname, "../version.txt");
7
try {
8
const version = fs.readFileSync(versionFilepath, "utf8").trim();
9
console.log(`Found version ${version} from ${versionFilepath}`);
docs/version.txt
@@ -0,0 +1 @@
1
+0.16.2
0 commit comments