mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 09:35:39 +00:00
414b96ba62
Exclude betterdesk-agent-client and betterdesk-mgmt to reduce GitHub noise while they are not in active use; limit root i18n:check to web console.
9 lines
152 B
JSON
9 lines
152 B
JSON
{
|
|
"scripts": {
|
|
"i18n:check": "node web-nodejs/scripts/i18n-check.js --system web-nodejs"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|