diff --git a/.gitignore b/.gitignore index ea8c4bf..7daeddd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +node_modules diff --git a/docs/bun.lockb b/docs/bun.lockb new file mode 100755 index 0000000..01a19bb Binary files /dev/null and b/docs/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index 1a5a902..5185898 100644 --- a/docs/package.json +++ b/docs/package.json @@ -3,5 +3,8 @@ "docs:dev": "vitepress dev", "docs:build": "vitepress build", "docs:preview": "vitepress preview" + }, + "devDependencies": { + "vitepress": "^1.5.0" } } \ No newline at end of file