docs(i18n): fix port typo and add RTK Token Saver features
Fix port 201281 -> 20128/v1 typo in README.zh-CN.md diagram, add RTK Token Saver mention to README.vi.md/README.zh-CN.md, update Tier 3 free providers to 2026 lineup, and drop hardcoded /tmp node_modules path from tests/package.json and tests/README.md.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"type": "module",
|
||||
"description": "Unit tests for 9router embeddings endpoint",
|
||||
"scripts": {
|
||||
"test": "NODE_PATH=/tmp/node_modules /tmp/node_modules/.bin/vitest run --reporter=verbose",
|
||||
"test:watch": "NODE_PATH=/tmp/node_modules /tmp/node_modules/.bin/vitest --reporter=verbose"
|
||||
"test": "vitest run --reporter=verbose",
|
||||
"test:watch": "vitest --reporter=verbose"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vitest": "^4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user