fss-link 1.5.4 → 1.5.6
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.
- package/README.md +2 -2
- package/bundle/fss-link.js +968 -430
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -137,7 +137,7 @@ npm --version # Should show v10.x.x
|
|
|
137
137
|
|
|
138
138
|
```bash
|
|
139
139
|
# Method 2: Clone and Build from Source (Development)
|
|
140
|
-
git clone http://
|
|
140
|
+
git clone http://gitea.internal.bobai.com.au:3000/foxadmin/fss-link.git
|
|
141
141
|
cd fss-link
|
|
142
142
|
npm install
|
|
143
143
|
npm run build
|
|
@@ -281,7 +281,7 @@ fss-link rag query "error handling patterns" --files py,js --recent
|
|
|
281
281
|
npm install -g fss-link
|
|
282
282
|
|
|
283
283
|
# Or clone from source for development
|
|
284
|
-
git clone http://
|
|
284
|
+
git clone http://gitea.internal.bobai.com.au:3000/foxadmin/fss-link.git
|
|
285
285
|
cd fss-link
|
|
286
286
|
npm install && npm run build && npm link
|
|
287
287
|
|