blade-code 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/blade.js +1260 -1075
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -109,7 +109,7 @@ blade serve --port 3000 # 无头服务器模式
109
109
 
110
110
  ```bash
111
111
  git clone https://github.com/echoVic/blade-code.git
112
- cd blade-code && pnpm install && pnpm dev
112
+ cd blade-code && bun install && bun run dev
113
113
  ```
114
114
 
115
115
  ---