diff --git a/bun.lockb b/bun.lockb index 8342534..4c50846 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2d445ec..be80b27 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,10 @@ "zip": "wxt zip", "zip:firefox": "wxt zip -b firefox", "compile": "tsc --noEmit", - "postinstall": "wxt prepare" + "postinstall": "wxt prepare", + "docs:dev": "vitepress dev docs", + "docs:build": "vitepress build docs", + "docs:preview": "vitepress preview docs" }, "dependencies": { "@ant-design/cssinjs": "^1.18.4", @@ -74,4 +77,4 @@ "resolutions": { "@langchain/core": "0.1.45" } -} +} \ No newline at end of file